|
|
@ -1,3 +1,4 @@ |
|
|
|
#!/bin/bash |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
@ -31,10 +32,7 @@ pm_move_to_bin() { |
|
|
|
sed -i 's,"/usr/bin"/gzip,"/bin"/gzip,g' $root/usr/bin/gzexe |
|
|
|
} |
|
|
|
|
|
|
|
if [ $stagelevel -gt 0 ]; then |
|
|
|
hook_add postmake 5 "pm_move_to_bin" |
|
|
|
fi |
|
|
|
hook_add postmake 5 "pm_move_to_bin" |
|
|
|
|
|
|
|
# build with support for 'gunzip' and 'zcat' |
|
|
|
var_append CC_WRAPPER_INSERT " " "-DGNU_STANDARD=0" |
|
|
|
|