瀏覽代碼

Lazarus is in usr/share not usr/lib. Muppet.


git-svn-id: http://svn.dmdirc.com/trunk@3442 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 年之前
父節點
當前提交
88c0eb95a6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh 查看文件

@@ -266,7 +266,7 @@ if [ "" != "${jre}" ]; then
266 266
 fi;
267 267
 DELETEFILES=${FILES}
268 268
 FPC=`which fpc`
269
-lazarusDir="/usr/lib/lazarus"
269
+lazarusDir="/usr/share/lazarus"
270 270
 compilerFlags="-Sd -Twin32 ${compilerFlags}";
271 271
 if [ ! -e "Setup.exe"  -o "${compileSetup}" = "true" ]; then
272 272
 	echo "Setup.exe does not exist. Lets try and compile it."

Loading…
取消
儲存