* make shortname really short

git-svn-id: trunk@48838 -
(cherry picked from commit 0aae9dd375)
This commit is contained in:
Tomas Hajny 2021-02-28 10:27:51 +00:00 committed by florian
parent e31036b5d6
commit f9f6146ed3

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('tplylib');
P.ShortName:='tplylib';
P.ShortName:='tpll';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}