summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-07-31 18:32:25 +0000
committer Eric Hameleers <alien@slackware.com>2007-07-31 18:32:25 +0000
commit3e51c3f5490a3fa3c8e3bd620a674eff576b71ac (patch)
tree569a9a24feb351e00ed26eca967142e62b6cc8be
parentc88518f8818408b2c20dc61466eb468a2986987a (diff)
downloadasb-3e51c3f5490a3fa3c8e3bd620a674eff576b71ac.tar.gz
asb-3e51c3f5490a3fa3c8e3bd620a674eff576b71ac.tar.xz
Update
-rwxr-xr-xrt2500/build/rt2500.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/rt2500/build/rt2500.SlackBuild b/rt2500/build/rt2500.SlackBuild
index db3a7a3c..bc37e69a 100755
--- a/rt2500/build/rt2500.SlackBuild
+++ b/rt2500/build/rt2500.SlackBuild
@@ -53,6 +53,8 @@
# The configuration utility is no longer built. The script will
# use the variable USE_CVS to determine whether a stable or CVS
# source tarball should be used.
+# 20070731-1: 31/jul/2007 by Eric Hameleers <alien@slackware.com>
+# * A newer CVS snapshot.
#
# Run 'sh rt2500.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -66,9 +68,6 @@ PRGNAM=rt2500
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
-DOCS="CHANGELOG FAQ LICENSE THANKS ./Module/iwpriv_usage.txt \
- ./Module/TESTING README.module"
-
# If you use a CVS daily tarball, the VERSION string will be
# determined from the tarball content. VERSION will look like YYYYMMDD
# If USE_CVS == "no" then the script will use SRCVER and VERSION values below.
@@ -82,6 +81,9 @@ else
VERSION=$( echo ${SRCVER} | tr '-' '.' )
fi
+DOCS="CHANGELOG FAQ LICENSE THANKS ./Module/iwpriv_usage.txt \
+ ./Module/TESTING README.module"
+
# Where do we look for sources?
CWD=`pwd`
SRCDIR=`dirname $0`