aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 19:08:24 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 19:10:17 +0100
commit5792675eee17e076e8c1ce090d932d4589b1aa45 (patch)
tree64a57966f5632b61b497eb13ff0925e3465710b3
parent626e98f8757a0d7e44aea8ab9dbfb37384ae8dca (diff)
downloadsciteco-5792675eee17e076e8c1ce090d932d4589b1aa45.tar.gz
fixed windows packaging
-rwxr-xr-xdistribute7
1 files changed, 5 insertions, 2 deletions
diff --git a/distribute b/distribute
index 36eb3b3..c310d27 100755
--- a/distribute
+++ b/distribute
@@ -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: