Explorar el Código

Missing !

Issue 1229


git-svn-id: http://svn.dmdirc.com/trunk@4034 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack hace 16 años
padre
commit
015b1af0a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh Ver fichero

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

Loading…
Cancelar
Guardar