Browse Source

* Renamed pas2js package to utils-pas2js, for consistency

git-svn-id: trunk@29397 -
joost 10 years ago
parent
commit
d53da9192b
1 changed files with 1 additions and 1 deletions
  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';