summaryrefslogtreecommitdiffstats
path: root/ipw3945/build/ipw3945.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-02-07 22:05:03 +0000
committer Eric Hameleers <alien@slackware.com>2007-02-07 22:05:03 +0000
commitb6214a2fb6d30fc369a48ace5c6fbcac2a628598 (patch)
tree9b9ec3cd89877f1fb0ba7624700d6e125697eb97 /ipw3945/build/ipw3945.SlackBuild
parent3c89d2d8c7265d0672e1816eec589665962815d9 (diff)
downloadasb-b6214a2fb6d30fc369a48ace5c6fbcac2a628598.tar.gz
asb-b6214a2fb6d30fc369a48ace5c6fbcac2a628598.tar.xz
Added missing ", fixed the SOURCE/SRCURL values
Diffstat (limited to 'ipw3945/build/ipw3945.SlackBuild')
-rwxr-xr-xipw3945/build/ipw3945.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipw3945/build/ipw3945.SlackBuild b/ipw3945/build/ipw3945.SlackBuild
index af03932c..5cbc6496 100755
--- a/ipw3945/build/ipw3945.SlackBuild
+++ b/ipw3945/build/ipw3945.SlackBuild
@@ -55,11 +55,11 @@ KSRC=${KSRC:-/lib/modules/${KVER}/build}
KMDIR=${KMDIR:-/lib/modules/${KVER}/kernel/drivers/net/wireless}
SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}.tgz"
-SRCURL[0]="http://dl.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tgz"
-SOURCE[1]="$SRCDIR/${PRGNAM}-ucode-${VUCODE}.tgz
-SRCURL[1]=http://bughost.org/ipw3945/ucode/ipw3945-ucode-1.14.2.tgz
-SOURCE[2]="$SRCDIR/${PRGNAM}d-${VBLOB}.tgz
-SRCURL[2]=http://bughost.org/ipw3945/daemon/ipw3945d-1.7.22.tgz
+SRCURL[0]="http://dl.sourceforge.net/${PRGNAM}/${PRGNAM}-${VERSION}.tgz"
+SOURCE[1]="$SRCDIR/${PRGNAM}-ucode-${VUCODE}.tgz"
+SRCURL[1]="http://bughost.org/${PRGNAM}/ucode/${PRGNAM}-ucode-${VUCODE}.tgz"
+SOURCE[2]="$SRCDIR/${PRGNAM}d-${VBLOB}.tgz"
+SRCURL[2]="http://bughost.org/${PRGNAM}/daemon/${PRGNAM}d-${VBLOB}.tgz"
##
## --- with a little luck, you won't have to edit below this point --- ##