From 820be1bcb38273c0c7adc44b4a474c08273cdf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 9 Jul 2016 14:36:05 +0000 Subject: General cleanup; user-visible changes: -a nt{32,64}, -b {debug,release}. --- 100.perk.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '100.perk.build') diff --git a/100.perk.build b/100.perk.build index cb6d8059..ae46c2fa 100644 --- a/100.perk.build +++ b/100.perk.build @@ -1,5 +1,5 @@ # -# . ./build.vars and set -o errexit are assumed. +# . ./build.vars and set -o errexit -o noglob are assumed. # if ! is_build_script_done fetch; then @@ -43,7 +43,7 @@ if ! is_build_script_done build2; then set_build_script_done build2 -install2; fi; if ! is_build_script_done install2; then - make DESTDIR=${PREFIX_LVL} install; + make DESTDIR=${PKG_PREFIX} install; set_build_script_done install2 finish; fi; -- cgit v1.2.3