nixpkgs/pkgs/os-specific/linux/udev/udev-091-installpath.patch

13 lines
360 B
Diff
Raw Normal View History

diff -ruN udev-091/Makefile udev-091.new/Makefile
--- udev-091/Makefile 2006-04-25 22:39:59.000000000 +0200
+++ udev-091.new/Makefile 2006-04-28 14:54:55.000000000 +0200
@@ -104,7 +104,7 @@
mandir = ${prefix}/usr/share/man
configdir = ${etcdir}/udev
udevdir = /dev
-DESTDIR =
+DESTDIR = ${out}
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}