From 426a237d3113b29aa6adcd30b08f89b1ba6a0af4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 14 Oct 2007 18:59:53 +0000 Subject: Update --- rt61/build/rt61.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rt61') diff --git a/rt61/build/rt61.SlackBuild b/rt61/build/rt61.SlackBuild index 5e09eeaf..d70a685f 100755 --- a/rt61/build/rt61.SlackBuild +++ b/rt61/build/rt61.SlackBuild @@ -34,6 +34,8 @@ # * Initial build. # 20070901-1: 01/Sep/2007 by Eric Hameleers # * Much needed upgrade. +# 20071014-1: 14/oct/2007 by Eric Hameleers +# * Update. # # Run 'sh rt61.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -44,7 +46,7 @@ # Set initial variables: PRGNAM=rt61 -VERSION=${VERSION:-20070901} +VERSION=${VERSION:-20071014} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} @@ -111,8 +113,8 @@ case "$ARCH" in esac # Create working directories: -mkdir -p $TMP/tmp-$PRGNAM # location to build the source -rm -rf $TMP/tmp-$PRGNAM/* # By default we remove the remnants of previous build +mkdir -p $TMP/tmp-$PRGNAM # Location to build the source +rm -rf $TMP/tmp-$PRGNAM/* # Remove the remnants of previous build mkdir -p $PKG # Place for the package to be built rm -rf $PKG/* # We always erase old package's contents: mkdir -p $OUTPUT # Place for the package to be saved -- cgit v1.2.3