summaryrefslogtreecommitdiff
path: root/scripts
authorgroucho <groucho>2003-04-22 17:10:09 (UTC)
committer groucho <groucho>2003-04-22 17:10:09 (UTC)
commit4b5fb887993d2e82a7f7c885c8a7104f1aad6b89 (patch) (side-by-side diff)
tree45e9620c22c07402a55aa088e2622c5ba8020a0a /scripts
parentd52050f2d288435e47da6448f7c8f060cea1d02f (diff)
downloadopie-4b5fb887993d2e82a7f7c885c8a7104f1aad6b89.zip
opie-4b5fb887993d2e82a7f7c885c8a7104f1aad6b89.tar.gz
opie-4b5fb887993d2e82a7f7c885c8a7104f1aad6b89.tar.bz2
At least mPackages now inserts the file names to the Package entry- rough work around
Diffstat (limited to 'scripts') (more/less context) (ignore 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
@@ -17,6 +17,7 @@ do
then
# tar xfOz $i ./control.tar.gz | tar xfOz - ./control
# new version of ipkg uses ar instead of tar
+ echo "Filename: $i"
ar pf $i control.tar.gz | tar xfOz - ./control
echo
else