aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2004-11-24 15:26:40 +0000
committerTomas Guisasola <tomas@luaforge.net>2004-11-24 15:26:40 +0000
commita83f77d67f7b9e1a068ccce560ea85d1c617ac16 (patch)
tree79dc9872b8c122ff46cc6c5da22c4d6474b914a9 /lualdap
parentHTML Tidying (diff)
downloadlualdap-a83f77d67f7b9e1a068ccce560ea85d1c617ac16.tar.xz
lualdap-a83f77d67f7b9e1a068ccce560ea85d1c617ac16.zip
Correcao na geracao do .zip: nao trocar CR por LF para nao alterar binarios.
Diffstat (limited to 'lualdap')
-rwxr-xr-xlualdap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualdap/Makefile b/lualdap/Makefile
index b238105..6e449e0 100755
--- a/lualdap/Makefile
+++ b/lualdap/Makefile
@@ -39,7 +39,7 @@ LIBNAME= lib$T$(VERSION)$(LIB_EXT)
dist: dist_dir
tar -czf $(TAR_FILE) $(DIST_DIR);
- zip -lq $(ZIP_FILE) $(DIST_DIR)/*
+ zip -rq $(ZIP_FILE) $(DIST_DIR)/*
rm -rf $(DIST_DIR)
dist_dir:
@@ -66,4 +66,4 @@ compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
clean:
rm -f $(OBJS) $(LIB) $(SO) $(DYLIB) $(DLL) $(TAR_FILE) $(ZIP_FILE)
-# $Id: Makefile,v 1.15 2004-11-09 14:11:56 tomas Exp $
+# $Id: Makefile,v 1.16 2004-11-24 15:26:40 tomas Exp $