summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorChris Morgan <chris.morganiser@gmail.com>2010-03-11 10:04:33 +0000
committerChris Morgan <chris.morganiser@gmail.com>2010-03-11 10:04:33 +0000
commit1e41bc3ac9e7c9fc486fe6c9e4271eb443e2b76f (patch)
treebc279e2103126a8eee0bcefbf0ddd1a483c97c9c /packaging
parentFix flicker during palette update. (diff)
downloadinkscape-1e41bc3ac9e7c9fc486fe6c9e4271eb443e2b76f.tar.gz
inkscape-1e41bc3ac9e7c9fc486fe6c9e4271eb443e2b76f.zip
Fixed Win32 installer since revision number reinstanted in inkscape-version.cpp so it at least compiles.
(bzr r9175)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/win32/inkscape.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index be0b9e33d..111e46e25 100755
--- a/packaging/win32/inkscape.nsi
+++ b/packaging/win32/inkscape.nsi
@@ -151,8 +151,8 @@ ReserveFile "${NSISDIR}\Plugins\UserInfo.dll"
!define BrandingText `Inkscape ${INKSCAPE_VERSION}`
; Check for the Bazaar revision number for lp:inkscape {{{3
-!if `${BZR_REVISION}` == ``
- ${!ifexist} ..\..\.bzr\branch\last-revision
+${!ifexist} ..\..\.bzr\branch\last-revision
+ !if `${BZR_REVISION}` == ``
!searchparse /noerrors /file ..\..\.bzr\branch\last-revision "" BZR_REVISION " "
!if `${BZR_REVISION}` != ``
!define _FILENAME `${FILENAME}-r${BZR_REVISION}`