mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 02:58:05 +02:00
fixed detection of fpc rpm
git-svn-id: trunk@9080 -
This commit is contained in:
parent
c43848a5bf
commit
bd803b2a28
@ -31,7 +31,6 @@ RPMDIR=$(rpm/get_rpm_source_dir.sh)
|
||||
ARCH=`rpm --eval "%{_arch}"`
|
||||
LIB=`rpm --eval "%{_lib}"`
|
||||
FPCRPM=$RPMDIR/RPMS/$ARCH/fpc-2.1.1-$Date.$ARCH.rpm
|
||||
FPCRPM=~/rpmbuild/RPMS/i386/fpc-2.1.1-$Date.i386.rpm
|
||||
if [ ! -f $FPCRPM ]; then
|
||||
echo ERROR: fpc rpm $FPCRPM not available
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user