mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
* Repositories from the include-files must be processed between the global and user repositories
git-svn-id: trunk@40690 -
This commit is contained in:
parent
953cc76a7b
commit
f465826ba9
@ -17,12 +17,11 @@ Description=Packages which are installed along with the Free Pascal Compiler
|
||||
Path=%GlobalPath%/{CompilerVersion}/
|
||||
Prefix=%GlobalPrefix%
|
||||
|
||||
[IncludeFiles]
|
||||
FileMask=%CompilerConfigDir%/conf.d/*.conf
|
||||
|
||||
[Repository]
|
||||
Name=user
|
||||
Description=User-installed packages
|
||||
Path={LocalRepository}lib/fpc/{CompilerVersion}/
|
||||
Prefix={LocalRepository}
|
||||
|
||||
[IncludeFiles]
|
||||
FileMask=%CompilerConfigDir%/conf.d/*.conf
|
||||
|
||||
|
@ -23,13 +23,12 @@ const fppkg : array[0..2,1..240] of char=(
|
||||
'Path=%GlobalPath%/{CompilerVersio','n}/'#010+
|
||||
'Prefix=%GlobalPrefix%'#010+
|
||||
#010+
|
||||
'[IncludeFiles]'#010+
|
||||
'FileMask=%CompilerConfigDir%/conf.d/*.conf'#010+
|
||||
#010+
|
||||
'[Repository]'#010+
|
||||
'Name=user'#010+
|
||||
'Description=User-installed packages'#010+
|
||||
'Path={LocalRepository}lib/fpc/{CompilerVersion}/'#010+
|
||||
'Prefix={LocalRepository}'#010+
|
||||
#010+
|
||||
'[IncludeFiles]'#010+
|
||||
'FileMask=%CompilerConfigDir%/conf.d/*.conf'#010+
|
||||
#010
|
||||
'Prefix={LocalRepository}'#010
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user