Browse Source

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 years ago
parent
commit
88c0eb95a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/windows/makeInstallerWindows.sh View File

@@ -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…
Cancel
Save