소스 검색

Missing !

Issue 1229


git-svn-id: http://svn.dmdirc.com/trunk@4034 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 년 전
부모
커밋
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}";

Loading…
취소
저장