Browse Source

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

git-svn-id: trunk@34242 -
Tomas Hajny 9 years ago
parent
commit
dbb3c4edd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-generics/fpmake.pp

+ 1 - 1
packages/rtl-generics/fpmake.pp

@@ -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';