summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkipks2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkipks b/mkipks
index 29db5c0..b813e83 100755
--- a/mkipks
+++ b/mkipks
@@ -238,12 +238,14 @@ do
then
if [ -z "$ROOTWARNED" ]
then
echo Warning. You are not root. Please become root or use fakeroot.
ROOTWARNED=1
fi
+ else
+ chown -R root.root $TDIR/*
fi
( cd $DATADIR && tar -czf $TDIR/data.tar.gz * )
( cd $CTRLDIR && tar -czf $TDIR/control.tar.gz * )
( cd $TDIR && tar -czf $OPIEDIR/$package.ipk ./control.tar.gz ./data.tar.gz ./debian-binary )
fi
RESULT=$package.ipk