[BACK]Return to patch-build_data_mk CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / base / patches

Annotation of ports/games/ufoai/base/patches/patch-build_data_mk, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- build/data.mk.orig Wed Apr 27 15:08:32 2011
        !             3: +++ build/data.mk      Wed Apr 27 15:09:40 2011
        !             4: @@ -20,7 +20,7 @@ ZIP_DEL_OPTS = d -tzip
        !             5:  # bonus points if you can get this to work using 7za
        !             6:  ZIP_LIST =
        !             7:  else
        !             8: -FIND = find $(addprefix $(BASE_DIR)/,$(1)) -type f -print
        !             9: +FIND = test -d $(addprefix $(BASE_DIR)/,$(1)) && find $(addprefix $(BASE_DIR)/,$(1)) -type f -print
        !            10:  ZIP = 7za
        !            11:  ZIP_UP_OPTS = a -tzip -mx=9
        !            12:  ZIP_DEL_OPTS = d -tzip

CVSweb