Shane Mc Cormack 16 лет назад
Родитель
Сommit
015b1af0a6
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh Просмотреть файл

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

Загрузка…
Отмена
Сохранить