* Fixed escaping of characters inside .tar archives.

Solves an error-message in the install.sh script

git-svn-id: trunk@44221 -
This commit is contained in:
joost 2020-02-20 16:13:31 +00:00
parent 1bf392a726
commit 7e952bf5c1

View File

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