Browse Source

* Renamed pas2js package to utils-pas2js, for consistency

git-svn-id: trunk@29397 -
joost 10 năm trước cách đây
mục cha
commit
d53da9192b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/pas2js/fpmake.pp

+ 1 - 1
utils/pas2js/fpmake.pp

@@ -14,7 +14,7 @@ Var
 begin
   With Installer do
     begin
-    P:=AddPackage('pas2js');
+    P:=AddPackage('utils-pas2js');
 
     P.Author := 'Free Pascal Team';
     P.License := 'LGPL with modification';