summaryrefslogtreecommitdiffstats
path: root/vde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-02 10:05:04 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-02 10:05:04 +0000
commit40d4b12e6c2bfccddbb2b94b3d5812c2a4b1c0f7 (patch)
tree151d8ef07fd88f28a2789b1dff0251c6d4025d5f /vde
parent890b5f043f30d94f3544af20a9dbfc10db75df5d (diff)
downloadasb-40d4b12e6c2bfccddbb2b94b3d5812c2a4b1c0f7.tar.gz
asb-40d4b12e6c2bfccddbb2b94b3d5812c2a4b1c0f7.tar.xz
Fix the SOURCE and SRCURL
Diffstat (limited to 'vde')
-rwxr-xr-xvde/build/vde.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/vde/build/vde.SlackBuild b/vde/build/vde.SlackBuild
index 92a355e7..f197d428 100755
--- a/vde/build/vde.SlackBuild
+++ b/vde/build/vde.SlackBuild
@@ -85,8 +85,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Input URL: http://downloads.sourceforge.net/vde/vde2-2.2.0-pre1.tar.bz2
-SOURCE="$SRCDIR/${PRGNAM}2-${VERSION}.tar.bz2"
-SRCURL="http://downloads.sourceforge.net/${PRGNAM}/${PRGNAM}2-${VERSION}.tar.bz2"
+SOURCE="$SRCDIR/${PRGNAM}2-${SRCVER}.tar.bz2"
+SRCURL="http://downloads.sourceforge.net/${PRGNAM}/${PRGNAM}2-${SRCVER}.tar.bz2"
##
## --- with a little luck, you won't have to edit below this point --- ##