From 7e952bf5c19dc4988500fb74fa135270021bd15c Mon Sep 17 00:00:00 2001 From: joost Date: Thu, 20 Feb 2020 16:13:31 +0000 Subject: [PATCH] * Fixed escaping of characters inside .tar archives. Solves an error-message in the install.sh script git-svn-id: trunk@44221 - --- utils/tply/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tply/fpmake.pp b/utils/tply/fpmake.pp index a7f73c2e84..d0c55aa76b 100644 --- a/utils/tply/fpmake.pp +++ b/utils/tply/fpmake.pp @@ -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);