summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71b3924)
raw | patch | inline | side by side (parent: 71b3924)
author | Chris Morgan <chris.morganiser@gmail.com> | |
Thu, 11 Mar 2010 10:16:28 +0000 (21:16 +1100) | ||
committer | Chris Morgan <chris.morganiser@gmail.com> | |
Thu, 11 Mar 2010 10:16:28 +0000 (21:16 +1100) |
packaging/win32/inkscape.nsi | patch | blob | history |
index 111e46e252edc40a671bfdaf5332c7dea76cfa36..8074a480f9e8d99ddf977ea843a4d55740286762 100755 (executable)
; Check for the Bazaar revision number for lp:inkscape {{{3
${!ifexist} ..\..\.bzr\branch\last-revision
!if `${BZR_REVISION}` == ``
+ !undef BZR_REVISION
+ !endif
+ !ifndef BZR_REVISION
!searchparse /noerrors /file ..\..\.bzr\branch\last-revision "" BZR_REVISION " "
!if `${BZR_REVISION}` != ``
!define _FILENAME `${FILENAME}-r${BZR_REVISION}`