diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 20:47:26 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 20:47:26 +0100 |
commit | c430aa6385c26bae7032b8eae4ac096af5accac0 (patch) | |
tree | d658b8535b05e6c27a787c7756384b54b8659018 | |
parent | d417f5e571f7b91a2353483e57ea230083349032 (diff) | |
download | sciteco-c430aa6385c26bae7032b8eae4ac096af5accac0.tar.gz |
fixed zipping of Windows binaries: missing -r flag
-rwxr-xr-x | distribute | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ sciteco-$(SCITECO_VERSION)-win32.zip : bundle /usr/i686-w64-mingw32/bin/libglib-2.0-0.dll \ /usr/i686-w64-mingw32/bin/pdcurses.dll \ temp-bin/ - cd temp-bin/; zip ../$@ * + cd temp-bin/; zip -r ../$@ * rm -rf temp-bin/ clean: |