mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
fixed fpc rpm spec for fpc 2.0.4
git-svn-id: trunk@11190 -
This commit is contained in:
parent
d45e62cd1b
commit
84a9e3e870
@ -103,7 +103,9 @@ INSTALLOPTS="FPC=${NEWPP} FPCMAKE=${FPCMAKE} \
|
|||||||
make compiler_install ${INSTALLOPTS}
|
make compiler_install ${INSTALLOPTS}
|
||||||
make rtl_install ${INSTALLOPTS}
|
make rtl_install ${INSTALLOPTS}
|
||||||
make packages_install ${INSTALLOPTS}
|
make packages_install ${INSTALLOPTS}
|
||||||
#make fcl_install ${INSTALLOPTS}
|
if [ -d fcl ]; then
|
||||||
|
make fcl_install ${INSTALLOPTS}
|
||||||
|
fi
|
||||||
#make fv_install ${INSTALLOPTS}
|
#make fv_install ${INSTALLOPTS}
|
||||||
#make ide_install ${INSTALLOPTS}
|
#make ide_install ${INSTALLOPTS}
|
||||||
make utils_install ${INSTALLOPTS}
|
make utils_install ${INSTALLOPTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user