X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Fzip%2Fzip;h=4bec9d496ed91e017b630f5117e2dc0a69d3c922;hb=1aa0493ed0b4ebc7ee3f4bb239e7bcea5ba163a4;hp=e35bac0698b52d2ba82f518aa1ffa8476e1f1ee2;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/zip/zip b/packages/hackbard/zip/zip index e35bac0..4bec9d4 100644 --- a/packages/hackbard/zip/zip +++ b/packages/hackbard/zip/zip @@ -2,9 +2,14 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 23 +# [V] 231 # [S] 3-1 -# [D] zip23.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/ +# [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