summaryrefslogtreecommitdiffstats
path: root/scripts/makeworld
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
committerJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
commit68e24b947ea7da1e5e4c2e48109df737e8cda4f0 (patch)
tree64c5315a204c8d6599b1116ced5014959017a433 /scripts/makeworld
parentf54a888a1facfd8f086d6414260be5f1b991a66b (diff)
downloadpacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.gz
pacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.xz
Imported from pacman-2.7.1.tar.gz
Diffstat (limited to 'scripts/makeworld')
-rwxr-xr-xscripts/makeworld4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makeworld b/scripts/makeworld
index a5d4c6e8..e1d5ed9d 100755
--- a/scripts/makeworld
+++ b/scripts/makeworld
@@ -21,7 +21,7 @@
#
toplevel=`pwd`
-version="2.7"
+version="2.7.1"
usage() {
echo "makeworld version $version"
@@ -117,7 +117,7 @@ for category in $*; do
. PKGBUILD
buildstatus=0
if [ ! -f $dest/$pkgname-$pkgver-$pkgrel.pkg.tar.gz ]; then
- makepkg $MAKEPKG_OPTS -w $dest 2>>$toplevel/makepkg.log
+ makepkg $MAKEPKG_OPTS -m -w $dest 2>>$toplevel/makepkg.log
if [ $? -gt 0 ]; then
buildstatus=2
else