diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-04-29 20:07:25 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-04-29 20:07:25 +0000 |
commit | 06dd0dc115d6d0370791eeea58e0bb5da3d0f7ae (patch) | |
tree | c94a82597e35dfde3f78888cc9f11200b5f5440a /rebuild-alpine.sh | |
parent | 4fbeb526fa615c6005e137c965bf4887218aa178 (diff) | |
download | aports-06dd0dc115d6d0370791eeea58e0bb5da3d0f7ae.tar.bz2 aports-06dd0dc115d6d0370791eeea58e0bb5da3d0f7ae.tar.xz |
Patched abuild to use source mirror, and added options to enable/disable color.
Diffstat (limited to 'rebuild-alpine.sh')
-rwxr-xr-x | rebuild-alpine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-alpine.sh b/rebuild-alpine.sh index c546a018d9..7535a44817 100755 --- a/rebuild-alpine.sh +++ b/rebuild-alpine.sh @@ -18,7 +18,7 @@ build () { for p in $pkgs ; do echo "Building $p" cd $rootdir/$1/$p - abuild -r > $rootdir/$1_$p.txt 2>&1 + abuild -rm > $rootdir/$1_$p.txt 2>&1 if [ "$?" = "0" ] ; then rm $rootdir/$1_$p.txt else |