summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
Diffstat (limited to 'madwifi')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild15
1 files changed, 13 insertions, 2 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index cf990447..f825a0bd 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -17,6 +17,14 @@
# * First build of the madwifi-ng code.
# 20060131-1: 31/jan/2006 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 20060212-1: 14/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060217-1: 17/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060222-1: 22/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 20060222-2: 22/feb/2006 by Eric Hameleers <alien@slackware.com>
+# * The man pages were not getting zipped.
# ----------------------------------------------------------------------------
CWD=`pwd`
@@ -27,8 +35,8 @@ fi
PRGNAM=madwifi
PKG=$TMP/package-$PRGNAM
-VERSION=20060131
-BUILD=1
+VERSION=20060222
+BUILD=2
ARCH=${ARCH:-i486}
KVER=${KVER:-`uname -r`}
KSRC=${KSRC:-/lib/modules/${KVER}/build}
@@ -152,6 +160,9 @@ cp -a docs/WEP-HOWTO.txt docs/users-guide.pdf $PKG/usr/doc/$PRGNAM-$VERSION/
cp -a scripts $PKG/usr/doc/$PRGNAM-$VERSION/
chmod -R g-w,o-w $PKG/usr/doc/$PRGNAM-$VERSION
+# Compress the man pages
+find $PKG/usr/man -type f -exec gzip -9f {} \;
+
# Compress the kernel modules
[ $PATCHLEVEL -eq 4 ] && find $PKG/lib/modules -type f -exec gzip -9 {} \;