From e710b4b795cf82e5702dc22d55eaa2ed3a92b082 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 28 Apr 2006 13:16:52 +0000 Subject: [PATCH] remove dependency on /usr/bin/install, replace it simply with install. Discovered in NixOS (yay) svn path=/nixpkgs/trunk/; revision=5235 --- pkgs/os-specific/linux/udev/udev-091-installpath.patch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/udev/udev-091-installpath.patch b/pkgs/os-specific/linux/udev/udev-091-installpath.patch index b9be4589cd0..4e470f709f3 100644 --- a/pkgs/os-specific/linux/udev/udev-091-installpath.patch +++ b/pkgs/os-specific/linux/udev/udev-091-installpath.patch @@ -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}