Przeglądaj źródła

Missing !

Issue 1229


git-svn-id: http://svn.dmdirc.com/trunk@4034 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 lat temu
rodzic
commit
015b1af0a6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh Wyświetl plik

@@ -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}";

Ładowanie…
Anuluj
Zapisz