summaryrefslogtreecommitdiffstats
path: root/compat32-tools
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-10-26 22:40:07 +0000
committer Eric Hameleers <alien@slackware.com>2013-10-26 22:40:07 +0000
commit88642e52df90933ca41243cd4df41c58c306e5b6 (patch)
treea4f7b1286f62a04000a59af05d15125989bd5970 /compat32-tools
parentb768043ef51e199a811fde3768c08f20a5333a2c (diff)
downloadmultilib-88642e52df90933ca41243cd4df41c58c306e5b6.tar.gz
multilib-88642e52df90933ca41243cd4df41c58c306e5b6.tar.xz
Fix incremental updates when using the '-u' parameter
Diffstat (limited to 'compat32-tools')
-rwxr-xr-xcompat32-tools/massconvert32.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat32-tools/massconvert32.sh b/compat32-tools/massconvert32.sh
index edd4bcf..76b5ae9 100755
--- a/compat32-tools/massconvert32.sh
+++ b/compat32-tools/massconvert32.sh
@@ -168,10 +168,12 @@ function conv_pkg () {
if [ -n "$FULLURL" ]; then
FULLPKG=$SLACK32ROOT/$SERIES/$(basename $FULLURL)
REPOVERSION=$(basename $FULLURL |rev |cut -d- -f3 |rev)
+ REPOBLD="$(basename $FULLURL |rev |cut -d- -f1 |cut -d. -f2- |rev)"
else
# Package could not be found on the remote server:
FULLPKG=""
REPOVERSION=""
+ REPOBLD=""
fi
else
FULLPKG=$(get_pkgfullpath $SLACK32ROOT/$PKGPATH)