Skip to content
Snippets Groups Projects
Commit 10eba281 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

archbuild: fix default build flags

parent 9cef7e0a
No related branches found
No related tags found
No related merge requests found
V=20130120 V=20130122
PREFIX = /usr/local PREFIX = /usr/local
......
...@@ -38,7 +38,7 @@ while getopts 'hcr:' arg; do ...@@ -38,7 +38,7 @@ while getopts 'hcr:' arg; do
done done
# Pass all arguments after -- right to makepkg # Pass all arguments after -- right to makepkg
makechrootpkg_args=("${@:$OPTIND}") makechrootpkg_args+=("${@:$OPTIND}")
if (( EUID )); then if (( EUID )); then
die 'This script must be run as root.' die 'This script must be run as root.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment