rpm: fixed showing fpc-src rpm path

git-svn-id: branches/fixes_1_8@56610 -
This commit is contained in:
mattias 2017-12-04 11:44:50 +00:00
parent 37c1e7a386
commit 02ba0f532b

View File

@ -23,7 +23,7 @@ else
shift
fi
Arch=$(rpm --eval "%{_arch}")
Arch=$(rpm --eval "%{_target_cpu}")
# retrieve the version information
echo -n "getting FPC version from local svn ..."