diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-17 01:48:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-17 01:55:35 +0100 |
commit | 1e1954f53386cb773e2a152748dd31c4d36aa2d8 (patch) | |
tree | ca8ca11484aecafb8c114ecd0b5b64faefcc8cab /Makefile.am | |
parent | 5190bbb240ab3360f7d37714d1c877858aef8c12 (diff) |
hwdb: revert hwdb.bin back to /etc/udev
> Kay:
udev is early boot without /var. /var is entirely taboo for udev.
This partially reverts commit ee623f0d0c04a9c8da4953ddc29862c8c4945458
(moving hwdb.bin is reverted, but the uninstall hook and cosmetic
changes remain).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1f30ba8cb8..d08eea2e58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,8 +65,7 @@ sysvinitdir=$(SYSTEM_SYSVINIT_PATH) varlogdir=$(localstatedir)/log systemdstatedir=$(localstatedir)/lib/systemd catalogstatedir=$(systemdstatedir)/catalog -udevstatedir=$(localstatedir)/lib/udev -hwdb_bin=$(udevstatedir)/hwdb.bin +hwdb_bin=/etc/udev/hwdb.bin # Our own, non-special dirs pkgsysconfdir=$(sysconfdir)/systemd |