make sure ov511 2.30 still builds...or builds again...
svn path=/nixpkgs/trunk/; revision=5764
This commit is contained in:
parent
f14988b362
commit
38420dfd6f
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/ov511-2.30.tar.bz2;
|
||||
md5 = "9eacf9e54f2f54a59ddbf14221a53f2a";
|
||||
};
|
||||
patches = [./ov511-kernel.patch];
|
||||
patches = [./ov511-kernel.patch ./ov511-2.32-kdir.patch];
|
||||
inherit kernel;
|
||||
NIX_GLIBC_FLAGS_SET=1;
|
||||
}
|
||||
|
@ -15,8 +15,8 @@ diff -rc ov511-2.32/do_install.sh ov511-2.32.new/do_install.sh
|
||||
|
||||
UNAME=`uname -r`
|
||||
|
||||
! INSTALL_PATH_2_4=$out/lib/modules/$UNAME/kernel/drivers/usb/
|
||||
! INSTALL_PATH_2_6=$out/lib/modules/$UNAME/kernel/drivers/usb/media/
|
||||
! INSTALL_PATH_2_4=$out/lib/modules/$version/kernel/drivers/usb/
|
||||
! INSTALL_PATH_2_6=$out/lib/modules/$version/kernel/drivers/usb/media/
|
||||
|
||||
MAJMIN=`echo $UNAME | cut -d . -f 1-2`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user