Skip to content

Commit

Permalink
fix typo - build_deb_rpm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT authored Aug 26, 2023
1 parent 481b754 commit cbf5a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ cp -r ${REPODIR}/python/legion_linux lenovolegionlinux-1.0.0
tar --create --file lenovolegionlinux-1.0.0.tar.gz lenovolegionlinux-1.0.0
mv lenovolegionlinux-1.0.0.tar.gz rpmbuild/SOURCES
cd rpmbuild
rpmbuild --define "_topdir `pwd`" -bs SPECS/lenovolegionlinux-1.0.0
mv SRPMS/python-lenovolegionlinux-1.0.0-1.src.rpm ${BUILD_DIR}/
rpmbuild --define "_topdir `pwd`" -bs SPECS/lenovolegionlinux.spec
mv SRPMS/python-lenovolegionlinux-1.0.0-1.src.rpm ${BUILD_DIR}/

0 comments on commit cbf5a4d

Please sign in to comment.