From 85a8169c486dce73aadf89a0a1b1de6b28c55df6 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 18 Mar 2021 22:28:55 +0000 Subject: [PATCH] Use 4 char-long ShortName for ihxutil utils package git-svn-id: trunk@49003 - --- utils/ihxutil/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ihxutil/fpmake.pp b/utils/ihxutil/fpmake.pp index d01096b293..2ca4655214 100644 --- a/utils/ihxutil/fpmake.pp +++ b/utils/ihxutil/fpmake.pp @@ -15,7 +15,7 @@ begin With Installer do begin P:=AddPackage('utils-ihxutil'); - P.ShortName:='ihxutil'; + P.ShortName:='ihxu'; P.OSes:=AllOSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc]; if Defaults.CPU=jvm then P.OSes := P.OSes - [java,android];