summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-06-10 17:23:43 +0200
committerKay Sievers <kay@vrfy.org>2012-06-10 17:23:43 +0200
commit8e8eb8fbafcaa841fa5393e396acde27b26edf2f (patch)
treec0188832e14fe4a8eac12541e1fc0176be4ee69c /autogen.sh
parent7a5498fe926eb41520c3e4b0e97ff8359ae37e9e (diff)
udev: always use $(rootprefix)/lib/udev for libexecdir
On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik <lists@malte.homeip.net> wrote: > From: Malte Starostik <m-starostik@versanet.de> > > Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper > binaries go to $(rootprefix)/lib/udev though. Problem is, in the code, > both are referenced via UDEVLIBEXECDIR which is defined to the former > location. Result: systemd-udev can't find e.g. the keymap binary to > apply keymaps.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0b5d9b557..f9ad5f0a1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,7 +41,6 @@ args="\
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=$(libdir /usr/lib) \
---libexecdir=/usr/lib \
$gtkdocargs"
if [ ! -L /bin ]; then