Skip to content

Commit

Permalink
Update buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Bengtsson committed Dec 2, 2016
1 parent fddc904 commit ea32049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/rpm/build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ rpmbuild -ba --define "_version ${1}" rpmbuild/SPECS/$package.spec

echo "Copying rpms back to build folder...."
cp -f ${HOME}/rpmbuild/RPMS/x86_64/*.rpm /docker/build/rpm/
chmod 777 /docker/build/rpm/*

echo "Successfully built RPM for version ${1}:"
ls -1 /docker/build/rpm/
ls -altrh /docker/build/rpm/
exit 0

0 comments on commit ea32049

Please sign in to comment.