Browse Source

Missing !

Issue 1229


git-svn-id: http://svn.dmdirc.com/trunk@4034 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
015b1af0a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh View File

267
 DELETEFILES=${FILES}
267
 DELETEFILES=${FILES}
268
 FPC=`which fpc`
268
 FPC=`which fpc`
269
 lazarusDir="/usr/share/lazarus"
269
 lazarusDir="/usr/share/lazarus"
270
-if [ -e "${lazarusDir}/lcl" ]; then
270
+if [ ! -e "${lazarusDir}/lcl" ]; then
271
 	lazarusDir="/usr/lib/lazarus/"
271
 	lazarusDir="/usr/lib/lazarus/"
272
 fi;
272
 fi;
273
 compilerFlags="-Sd -Twin32 ${compilerFlags}";
273
 compilerFlags="-Sd -Twin32 ${compilerFlags}";

Loading…
Cancel
Save