mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 19:38:29 +02:00
* short package name needs to be at most 4 characters long
git-svn-id: trunk@34242 -
This commit is contained in:
parent
abe483bce9
commit
dbb3c4edd5
@ -16,7 +16,7 @@ begin
|
|||||||
With Installer do
|
With Installer do
|
||||||
begin
|
begin
|
||||||
P:=AddPackage('rtl-generics');
|
P:=AddPackage('rtl-generics');
|
||||||
P.ShortName:='rtlgen';
|
P.ShortName:='rtlg';
|
||||||
P.Author := 'Maciej Izak';
|
P.Author := 'Maciej Izak';
|
||||||
P.License := 'LGPL with modification, ';
|
P.License := 'LGPL with modification, ';
|
||||||
P.HomepageURL := 'www.freepascal.org';
|
P.HomepageURL := 'www.freepascal.org';
|
||||||
|
Loading…
Reference in New Issue
Block a user