mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* 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:
parent
1bf392a726
commit
7e952bf5c1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user