1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

set default device node to /dev

Using prefix seems pretty useless and the empty /udev
with every "make install" is annoying.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-07-06 01:44:34 +02:00
parent 25103c4849
commit f41951c840

View File

@ -73,7 +73,7 @@ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
# place to put our device nodes
udevdir = ${prefix}/udev
udevdir = /dev
udevdb = ${udevdir}/.udevdb
# set up PWD so that older versions of make will work with our build.