diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-30 13:36:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-30 13:36:20 +0200 |
commit | fa05be92c4b924ce6a791d2e7c46a467cccf357e (patch) | |
tree | cd988312eb07f3c1e90386d76f1dd896451f0ada /hald-runner | |
parent | 337ca70b39ce9477a01b97e990ad731ca13ad664 (diff) |
use $libexecdir not $libdir/hal to define private hal directory
Multilib isn't cool, but /usr/lib64/hal/scripts/ is even less. This
switches to libexecdir to be able to set the proper install location.
--libexecdir=/usr/lib/hal should be given now at configure time.
Diffstat (limited to 'hald-runner')
-rw-r--r-- | hald-runner/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hald-runner/Makefile.am b/hald-runner/Makefile.am index 1a0b219d..a588f226 100644 --- a/hald-runner/Makefile.am +++ b/hald-runner/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ - -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \ + -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \ -DHALD_SOCKET_DIR=\""$(HALD_SOCKET_DIR)"\" \ -I$(top_srcdir) \ @DBUS_CFLAGS@ @GLIB_CFLAGS@ |