[arch-commits] Commit in ndiswrapper-utils/trunk (PKGBUILD module-init-tools.patch)
Tobias Powalowski
tpowa at archlinux.org
Sun Jun 21 07:56:51 UTC 2009
Date: Sunday, June 21, 2009 @ 03:56:51
Author: tpowa
Revision: 43266
upgpkg: ndiswrapper-utils 1.54-2
Added:
ndiswrapper-utils/trunk/module-init-tools.patch
Modified:
ndiswrapper-utils/trunk/PKGBUILD
-------------------------+
PKGBUILD | 3 ++-
module-init-tools.patch | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-21 07:55:57 UTC (rev 43265)
+++ PKGBUILD 2009-06-21 07:56:51 UTC (rev 43266)
@@ -13,6 +13,8 @@
conflicts=('ndiswrapper-bin')
source=(http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-$pkgver.tar.gz
module-init-tools.patch)
+md5sums=('fc9ebd3985967727da494ec298ad4487'
+ '35751aea4aba80520f1310d8639dbfb9')
build()
{
@@ -22,4 +24,3 @@
make || return 1
make DESTDIR=$startdir/pkg install
}
-
Added: module-init-tools.patch
===================================================================
--- module-init-tools.patch (rev 0)
+++ module-init-tools.patch 2009-06-21 07:56:51 UTC (rev 43266)
@@ -0,0 +1,20 @@
+--- utils/ndiswrapper~ 2009-06-21 09:52:13.000000000 +0200
++++ utils/ndiswrapper 2009-06-21 09:52:13.000000000 +0200
+@@ -57,7 +57,7 @@
+ if (`uname -r` =~ /(\d+)\.(\d+)\.(\d+)/) {
+ if ($2 > 4) {
+ if (-d "/etc/modprobe.d") {
+- $modconf = "/etc/modprobe.d/ndiswrapper";
++ $modconf = "/etc/modprobe.d/ndiswrapper.conf";
+ } else {
+ $modconf = "/etc/modprobe.conf";
+ }
+@@ -786,7 +786,7 @@
+ if (-d "/etc/modprobe.d") {
+ $device_map = $modconf;
+ } elsif (-d "/etc/modules.d") {
+- $device_map = "/etc/modules.d/ndiswrapper";
++ $device_map = "/etc/modules.d/ndiswrapper.conf";
+ } else {
+ $device_map = "/etc/ndiswrapper/ndiswrapper";
+ }
More information about the arch-commits
mailing list