mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-22 15:10:20 +07: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:
parent
25103c4849
commit
f41951c840
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ INSTALL_DATA = ${INSTALL} -m 644
|
|||||||
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
||||||
|
|
||||||
# place to put our device nodes
|
# place to put our device nodes
|
||||||
udevdir = ${prefix}/udev
|
udevdir = /dev
|
||||||
udevdb = ${udevdir}/.udevdb
|
udevdb = ${udevdir}/.udevdb
|
||||||
|
|
||||||
# set up PWD so that older versions of make will work with our build.
|
# set up PWD so that older versions of make will work with our build.
|
||||||
|
Loading…
Reference in New Issue
Block a user