summaryrefslogtreecommitdiff
path: root/scripts
Unidiff
Diffstat (limited to 'scripts') (more/less context) (show whitespace changes)
-rwxr-xr-xscripts/mkPackages1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkPackages b/scripts/mkPackages
index 06d2281..b37aa10 100755
--- a/scripts/mkPackages
+++ b/scripts/mkPackages
@@ -16,8 +16,9 @@ do
16 if [ -n "$GOOD" ] 16 if [ -n "$GOOD" ]
17 then 17 then
18 # tar xfOz $i ./control.tar.gz | tar xfOz - ./control 18 # tar xfOz $i ./control.tar.gz | tar xfOz - ./control
19 # new version of ipkg uses ar instead of tar 19 # new version of ipkg uses ar instead of tar
20 echo "Filename: $i"
20 ar pf $i control.tar.gz | tar xfOz - ./control 21 ar pf $i control.tar.gz | tar xfOz - ./control
21 echo 22 echo
22 else 23 else
23 echo >&2 "Skipped old file: $i ($other is newer)" 24 echo >&2 "Skipped old file: $i ($other is newer)"