Commit 10eba281 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

archbuild: fix default build flags

parent 9cef7e0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
V=20130120
V=20130122

PREFIX = /usr/local

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ while getopts 'hcr:' arg; do
done

# Pass all arguments after -- right to makepkg
makechrootpkg_args=("${@:$OPTIND}")
makechrootpkg_args+=("${@:$OPTIND}")

if (( EUID )); then
	die 'This script must be run as root.'