Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chu <jchu@xentac.net>2007-11-04 15:05:07 -0800
committerJason Chu <jchu@xentac.net>2007-11-04 15:05:07 -0800
commit974d8d11a69ea7e1bae58ae0a176de25d6a0f3ec (patch)
tree8655299643c9a88135a9547a990fb9c26b8c673d
parent64ff97a171158fca4c33391d76142d04cba50897 (diff)
Pass $MAKEPKG_ARGS as separate parameters to makepkg instead of one big string
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg
index eb6a1c4..7e087be 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -113,7 +113,7 @@ fi
#!/bin/bash
export LANG=$LOCALE
cd /build
-sudo -u nobody makepkg "$MAKEPKG_ARGS"
+sudo -u nobody makepkg $MAKEPKG_ARGS
EOF
) > "$uniondir/chrootbuild"
chmod +x "$uniondir/chrootbuild"