summaryrefslogtreecommitdiffhomepage
path: root/306.libz.build
diff options
context:
space:
mode:
Diffstat (limited to '306.libz.build')
-rw-r--r--306.libz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/306.libz.build b/306.libz.build
index a6f48d59..a1678bf4 100644
--- a/306.libz.build
+++ b/306.libz.build
@@ -32,9 +32,9 @@ if ! is_build_script_done built; then
fi;
if ! is_build_script_done installed; then
if [ "x${2}" = "xlibz" ]; then
- make -j18 DESTDIR=${PREFIX_NATIVE} install;
+ make -j18 DESTDIR=${PREFIX_LVL} install;
elif [ "x${2}" = "xgzip" ]; then
- cp gunzip gzip zcat ${PREFIX_NATIVE}/bin;
+ cp gunzip gzip zcat ${PREFIX_LVL}/bin;
fi;
set_build_script_done installed finished;
fi;