summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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`