summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg')
-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"