remove dependency on /usr/bin/install, replace it simply with install. Discovered in NixOS (yay)

svn path=/nixpkgs/trunk/; revision=5235
This commit is contained in:
Armijn Hemel 2006-04-28 13:16:52 +00:00
parent 3a74eda996
commit e710b4b795

View file

@ -1,12 +1,15 @@
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 @@
+++ udev-091.new/Makefile 2006-04-28 15:15:56.000000000 +0200
@@ -104,9 +104,9 @@
mandir = ${prefix}/usr/share/man
configdir = ${etcdir}/udev
udevdir = /dev
-DESTDIR =
+DESTDIR = ${out}
INSTALL = /usr/bin/install -c
-INSTALL = /usr/bin/install -c
+INSTALL = install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}