chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36da148
)
Remove dist symlink when making nsis installer
author
daid
<daid303@gmail.com>
Fri, 13 Apr 2012 15:42:26 +0000
(17:42 +0200)
committer
daid
<daid303@gmail.com>
Fri, 13 Apr 2012 15:42:26 +0000
(17:42 +0200)
package.sh
patch
|
blob
|
history
diff --git
a/package.sh
b/package.sh
index af1eb74435d342d7f55e2f31682a71d32a4b8321..030cd0054ad8ba944b8d8434c7588d5e38496c20 100755
(executable)
--- a/
package.sh
+++ b/
package.sh
@@
-166,6
+166,7
@@
if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then
if [ ! -z `which wine` ]; then
#if we have wine, try to run our nsis script.
+ rm -rf scripts/win32/dist
ln -sf `pwd`/${TARGET_DIR} scripts/win32/dist
wine ~/.wine/drive_c/Program\ Files/NSIS/makensis.exe /DVERSION=${BUILD_NAME} scripts/win32/installer.nsi
fi