From: Chris Morgan Date: Thu, 11 Mar 2010 10:04:33 +0000 (+1100) Subject: Fixed Win32 installer since revision number reinstanted in inkscape-version.cpp so... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=71b3924d577ef9cd58ae3da4f32451542bc5bd01;p=inkscape.git Fixed Win32 installer since revision number reinstanted in inkscape-version.cpp so it at least compiles. --- 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}`