浏览代码

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

git-svn-id: trunk@34242 -
Tomas Hajny 9 年之前
父节点
当前提交
dbb3c4edd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/rtl-generics/fpmake.pp

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

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