fixed detection of fpc rpm

git-svn-id: trunk@9080 -
This commit is contained in:
vincents 2006-04-05 17:33:56 +00:00
parent c43848a5bf
commit bd803b2a28

View File

@ -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