summaryrefslogtreecommitdiff
path: root/mkipks
Unidiff
Diffstat (limited to 'mkipks') (more/less context) (show 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
@@ -232,24 +232,26 @@ do
232 done 232 done
233 if [ -z "$CLASSIC" ] 233 if [ -z "$CLASSIC" ]
234 then 234 then
235 $OPIEDIR/scripts/ipkg-build -o root -g root $TDIR 235 $OPIEDIR/scripts/ipkg-build -o root -g root $TDIR
236 else 236 else
237 if [ "`id -u`" != "0" ] 237 if [ "`id -u`" != "0" ]
238 then 238 then
239 if [ -z "$ROOTWARNED" ] 239 if [ -z "$ROOTWARNED" ]
240 then 240 then
241 echo Warning. You are not root. Please become root or use fakeroot. 241 echo Warning. You are not root. Please become root or use fakeroot.
242 ROOTWARNED=1 242 ROOTWARNED=1
243 fi 243 fi
244 else
245 chown -R root.root $TDIR/*
244 fi 246 fi
245 ( cd $DATADIR && tar -czf $TDIR/data.tar.gz * ) 247 ( cd $DATADIR && tar -czf $TDIR/data.tar.gz * )
246 ( cd $CTRLDIR && tar -czf $TDIR/control.tar.gz * ) 248 ( cd $CTRLDIR && tar -czf $TDIR/control.tar.gz * )
247 ( cd $TDIR && tar -czf $OPIEDIR/$package.ipk ./control.tar.gz ./data.tar.gz ./debian-binary ) 249 ( cd $TDIR && tar -czf $OPIEDIR/$package.ipk ./control.tar.gz ./data.tar.gz ./debian-binary )
248 fi 250 fi
249 RESULT=$package.ipk 251 RESULT=$package.ipk
250 if [ -n "$VERB" ] 252 if [ -n "$VERB" ]
251 then 253 then
252 echo >&2 "Built $RESULT ($size)" 254 echo >&2 "Built $RESULT ($size)"
253 fi 255 fi
254 if [ -n "$LIST" ] 256 if [ -n "$LIST" ]
255 then 257 then