summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index abf1cfb51..716bd7135 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -25,7 +25,6 @@ if [ ! -d $1 ]; then
echo "ARCH must be set" >&2
exit 1
fi
- LATEST="latest --arch $ARCH"
fi
PACKAGEDIR=$1
@@ -46,16 +45,6 @@ prunePackageList() {
PACKAGEPATH=$1
PACKAGES="$2"
- if [ -n "$LATEST" ]; then
- $LATEST $PACKAGEPATH $PACKAGES
- if [ $? != 0 ]; then
- $LATEST $PACKAGEPATH $PACKAGES >&2
- kill -9 $$
- fi
-
- return
- fi
-
PATTERN=""
PACKAGEFILES=""
for PKG in $PACKAGES; do