* Use prefix instead of installation-dir

git-svn-id: trunk@17188 -
This commit is contained in:
joost 2011-03-27 12:27:44 +00:00
parent 6865593b07
commit 538dd64283
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,7 @@
[Defaults] [Defaults]
ConfigVersion=4 ConfigVersion=4
GlobalInstallDir=%basepath% GlobalPrefix=%GlobalPrefix%
LocalInstallDir={LocalRepository}lib/%fpcversion%/ LocalPrefix={LocalRepository}
Compiler=%fpcbin% Compiler=%fpcbin%
OS=%fpctargetos% OS=%fpctargetos%
CPU=%fpctarget% CPU=%fpctarget%
Version=%fpcversion%

View File

@ -5,10 +5,9 @@ const fppkg_default : array[0..0,1..240] of char=(
{$endif Delphi} {$endif Delphi}
'[Defaults]'#010+ '[Defaults]'#010+
'ConfigVersion=4'#010+ 'ConfigVersion=4'#010+
'GlobalInstallDir=%basepath%'#010+ 'GlobalPrefix=%GlobalPrefix%'#010+
'LocalInstallDir={LocalRepository}lib/%fpcversion%/'#010+ 'LocalPrefix={LocalRepository}'#010+
'Compiler=%fpcbin%'#010+ 'Compiler=%fpcbin%'#010+
'OS=%fpctargetos%'#010+ 'OS=%fpctargetos%'#010+
'CPU=%fpctarget%'#010+ 'CPU=%fpctarget%'#010
'Version=%fpcversion%'#010
); );