new udev
svn path=/nixpkgs/trunk/; revision=5234
This commit is contained in:
parent
b44c8726c7
commit
3a74eda996
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "udev-068";
|
||||
name = "udev-091";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/udev-068.tar.bz2;
|
||||
md5 = "fd9db7375dae81e8aa634414b5ede0d6";
|
||||
url = http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-091.tar.bz2;
|
||||
md5 = "4151022ea7b4dcfaa768c1b7bf2ab9e5";
|
||||
};
|
||||
patches = [./udev-installpath.patch];
|
||||
patches = [./udev-091-installpath.patch];
|
||||
}
|
||||
|
12
pkgs/os-specific/linux/udev/udev-091-installpath.patch
Normal file
12
pkgs/os-specific/linux/udev/udev-091-installpath.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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}
|
Loading…
Reference in New Issue
Block a user