* short package name needs to be at most 4 characters long

git-svn-id: trunk@34242 -
This commit is contained in:
Tomas Hajny 2016-07-31 20:29:28 +00:00
parent abe483bce9
commit dbb3c4edd5

View File

@ -16,7 +16,7 @@ begin
With Installer do
begin
P:=AddPackage('rtl-generics');
P.ShortName:='rtlgen';
P.ShortName:='rtlg';
P.Author := 'Maciej Izak';
P.License := 'LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';