aboutsummaryrefslogtreecommitdiff
path: root/graphics/LDraw_data/LDraw_data.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/LDraw_data/LDraw_data.SlackBuild')
-rw-r--r--graphics/LDraw_data/LDraw_data.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/LDraw_data/LDraw_data.SlackBuild b/graphics/LDraw_data/LDraw_data.SlackBuild
index 07c9ebea140f..b2b9c97301c6 100644
--- a/graphics/LDraw_data/LDraw_data.SlackBuild
+++ b/graphics/LDraw_data/LDraw_data.SlackBuild
@@ -4,10 +4,10 @@
# several LDraw utilities
# Written by Niels Horn - niels.horn@gmail.com
-# revision date 2010/01/14
+# revision date 2010/04/15
PRGNAM=LDraw_data
-VERSION=200903
+VERSION=201001
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -30,7 +30,7 @@ unzip $CWD/$PRGSRC
cd $PRGUNZIPPED
# Check if we have the right version of the "source"
-srcver=$(echo "20$(basename $(ls -1 models/note*.txt | tail -n1) .txt | cut -b5-)")
+srcver=$(echo "20$(basename $(ls -1 models/Note*.txt | tail -n1) .txt | cut -b5-8)")
if [ "$srcver" -ne "$VERSION" ] ; then
echo "Version of source ($srcver) does not match VERSION variable ($VERSION)"
exit 1