X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fhackbard%2Fzip%2Fzip;h=4bec9d496ed91e017b630f5117e2dc0a69d3c922;hp=836f65cca73e2094fea4e8c0b77f3064da4ac4ac;hb=1aa0493ed0b4ebc7ee3f4bb239e7bcea5ba163a4;hpb=1986fbbbdb7916a8f5be6edd98edb6ab066fc723 diff --git a/packages/hackbard/zip/zip b/packages/hackbard/zip/zip index 836f65c..4bec9d4 100644 --- a/packages/hackbard/zip/zip +++ b/packages/hackbard/zip/zip @@ -6,6 +6,11 @@ # [S] 3-1 # [D] zip231.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/ +pre_install() { + sed "s/(INSTALL)/(INSTALL_PROGRAM)/g" unix/Makefile > tmp~ + mv tmp~ unix/Makefile + } + build_main() { make $make_conf generic -f unix/Makefile prefix=$prefix make $install_conf install -f unix/Makefile prefix=$prefix