diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 19:08:24 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 19:10:17 +0100 |
commit | 5792675eee17e076e8c1ce090d932d4589b1aa45 (patch) | |
tree | 64a57966f5632b61b497eb13ff0925e3465710b3 | |
parent | 626e98f8757a0d7e44aea8ab9dbfb37384ae8dca (diff) | |
download | sciteco-5792675eee17e076e8c1ce090d932d4589b1aa45.tar.gz |
fixed windows packaging
-rwxr-xr-x | distribute | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -82,9 +82,12 @@ sciteco-$(SCITECO_VERSION)-win32.zip : bundle mkdir temp-bin/ cp -r temp-install/bin/* temp-install/share/sciteco/* temp-install/share/doc/sciteco/* \ temp-bin/ - cp /usr/i686-w64-mingw32/bin/{intl,libglib-2.0-0,pdcurses}.dll \ + rm -rf temp-install/ + cp /usr/i686-w64-mingw32/bin/intl.dll \ + /usr/i686-w64-mingw32/bin/libglib-2.0-0.dll \ + /usr/i686-w64-mingw32/bin/pdcurses.dll \ temp-bin/ - zip $@ temp-bin/* + cd temp-bin/; zip ../$@ * rm -rf temp-bin/ clean: |