chiark / gitweb /
udev: always use $(rootprefix)/lib/udev for libexecdir
authorKay Sievers <kay@vrfy.org>
Sun, 10 Jun 2012 15:23:43 +0000 (17:23 +0200)
committerKay Sievers <kay@vrfy.org>
Sun, 10 Jun 2012 15:23:43 +0000 (17:23 +0200)
commit8e8eb8fbafcaa841fa5393e396acde27b26edf2f
treec0188832e14fe4a8eac12541e1fc0176be4ee69c
parent7a5498fe926eb41520c3e4b0e97ff8359ae37e9e
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.
Makefile.am
autogen.sh
configure.ac