diff options
author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-11-08 21:03:59 +0000 |
---|---|---|
committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-11-08 21:03:59 +0000 |
commit | eaf7d992b86c11f643142ea95e34747fce6bc940 (patch) | |
tree | 76ff24f11abefd4b18c53d90f6114c20b8ffa4b3 /utils/unicode | |
parent | 7d889a3ba29d49ee1e65b22e8867cb12d63f5a24 (diff) | |
download | fpc-eaf7d992b86c11f643142ea95e34747fce6bc940.tar.gz |
* Added the utils- prefix to the names of all utils-packages.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29031 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils/unicode')
-rw-r--r-- | utils/unicode/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/unicode/fpmake.pp b/utils/unicode/fpmake.pp index 4cfc84fcbb..6f5752a35e 100644 --- a/utils/unicode/fpmake.pp +++ b/utils/unicode/fpmake.pp @@ -14,7 +14,7 @@ Var begin With Installer do begin - P:=AddPackage('unicode'); + P:=AddPackage('utils-unicode'); P.Author := 'Inoussa OUEDRAOGO'; P.License := 'LGPL with modification'; |