Browse Source

* Fixed escaping of characters inside .tar archives.
Solves an error-message in the install.sh script

git-svn-id: trunk@44221 -

joost 5 years ago
parent
commit
7e952bf5c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/tply/fpmake.pp

+ 1 - 1
utils/tply/fpmake.pp

@@ -88,7 +88,7 @@ begin
       begin
       begin
       // Do not install these files when performing a cross-installation
       // Do not install these files when performing a cross-installation
       if Defaults.OS in AllUnixOSes then
       if Defaults.OS in AllUnixOSes then
-        lexyaccpath:='$(baseinstalldir)../lexyacc'
+        lexyaccpath:='$(prefix)lib/fpc/lexyacc'
       else
       else
         lexyaccpath:='$(bininstalldir)';
         lexyaccpath:='$(bininstalldir)';
       P.InstallFiles.Add('yylex.cod',lexyaccpath);
       P.InstallFiles.Add('yylex.cod',lexyaccpath);