* 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]
ConfigVersion=4
GlobalInstallDir=%basepath%
LocalInstallDir={LocalRepository}lib/%fpcversion%/
GlobalPrefix=%GlobalPrefix%
LocalPrefix={LocalRepository}
Compiler=%fpcbin%
OS=%fpctargetos%
CPU=%fpctarget%
Version=%fpcversion%

View File

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