Commit 974d8d11 authored by Jason Chu's avatar Jason Chu
Browse files

Pass $MAKEPKG_ARGS as separate parameters to makepkg instead of one big string

parent 64ff97a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"