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:
parent
3a74eda996
commit
e710b4b795
1 changed files with 6 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue