Correct command parameters to not only build install packages,

Fri, 27 Aug 2010 15:56:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 27 Aug 2010 15:56:07 +0200
changeset 253
27f2b2f863ff
parent 252
9d0b02bc6494
child 254
2d6f7c9a136b

Correct command parameters to not only build install packages,
rather creating the bootstrap shell script file as well.

openpkg/buildquick.sh file | annotate | diff | comparison | revisions
     1.1 --- a/openpkg/buildquick.sh	Fri Aug 27 15:55:21 2010 +0200
     1.2 +++ b/openpkg/buildquick.sh	Fri Aug 27 15:56:07 2010 +0200
     1.3 @@ -7,7 +7,8 @@
     1.4  TOPDIR=opkg
     1.5  TOPUSE=opkg
     1.6  BASEID=200
     1.7 -time ./openpkg.boot --prefix=/$TOPDIR --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \
     1.8 +time ./openpkg.boot -bs --prefix=/$TOPDIR \
     1.9 +                    --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \
    1.10                      --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \
    1.11                      --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3
    1.12                      --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \

mercurial