rpm: fixed rpm path

git-svn-id: branches/fixes_1_8@56612 -
This commit is contained in:
mattias 2017-12-04 12:28:49 +00:00
parent 02ba0f532b
commit d93372b0c4

View File

@ -59,7 +59,7 @@ SrcTGZ=$RPMSrcDir/SOURCES/$Src
SrcTGZOpts=
SpecFile=rpm/lazarus-$LazVersion-$LazRelease.spec
Arch=$(rpm --eval "%{_arch}")
Arch=$(rpm --eval "%{_target_cpu}")
# download lazarus svn if needed
echo "creating lazarus tgz ..."