diff options
author | obache <obache@pkgsrc.org> | 2011-01-08 13:39:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-08 13:39:08 +0000 |
commit | 8604c526aaabbf4cf0cf7049df5c44de8a5e85cb (patch) | |
tree | df0fe23a09573517323f5ee6e1d6113f2cd017fe /sysutils/hal/files | |
parent | fb5c01afe345c6b9ca485f48123915d9b36bc2be (diff) | |
download | pkgsrc-8604c526aaabbf4cf0cf7049df5c44de8a5e85cb.tar.gz |
Fixes scriptdir for NetBSD.
Bump PKGREVISION.
Diffstat (limited to 'sysutils/hal/files')
-rw-r--r-- | sysutils/hal/files/tools-netbsd/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/hal/files/tools-netbsd/Makefile.am b/sysutils/hal/files/tools-netbsd/Makefile.am index e29d6956047..6876866e70b 100644 --- a/sysutils/hal/files/tools-netbsd/Makefile.am +++ b/sysutils/hal/files/tools-netbsd/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# $NetBSD: Makefile.am,v 1.1 2008/11/27 03:32:19 jmcneill Exp $ +# $NetBSD: Makefile.am,v 1.2 2011/01/08 13:39:08 obache Exp $ AM_CPPFLAGS = \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ @@ -7,12 +7,12 @@ AM_CPPFLAGS = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ - -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \ + -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@ -scriptdir = $(libdir)/hal/scripts/netbsd +scriptdir = $(libexecdir)/scripts/netbsd script_SCRIPTS = \ hal-system-power-suspend-netbsd \ |