* Fix the location where the .cod-files are installed on unices.

git-svn-id: trunk@35775 -
This commit is contained in:
joost 2017-04-11 16:30:52 +00:00
parent 7b40bdaa6e
commit 2aa623964e

View File

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