summaryrefslogtreecommitdiff
path: root/mkipks
authorkergoth <kergoth>2002-09-05 18:40:07 (UTC)
committer kergoth <kergoth>2002-09-05 18:40:07 (UTC)
commit45c33b69ae0eec4868a312dc7eb9f496e10588bd (patch) (side-by-side diff)
tree5e19613dbca8532e01d04c97165f5a97a1d77ba9 /mkipks
parentdeaef1d44dfc99be6301bfb20e5b35346c005641 (diff)
downloadopie-45c33b69ae0eec4868a312dc7eb9f496e10588bd.zip
opie-45c33b69ae0eec4868a312dc7eb9f496e10588bd.tar.gz
opie-45c33b69ae0eec4868a312dc7eb9f496e10588bd.tar.bz2
Forgot to have it chown everything to root.root when building as root in classic mode.
Diffstat (limited to 'mkipks') (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
@@ -241,6 +241,8 @@ do
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 * )