Skip to content

Commit

Permalink
fix spec file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 27, 2023
1 parent e3a5482 commit b2c8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ cp -r ${REPODIR}/python/legion_linux python-lenovolegionlinux-1.0.0
tar --create --file python-lenovolegionlinux-1.0.0.tar.gz python-lenovolegionlinux-1.0.0 && rm --recursive python-lenovolegionlinux-1.0.0
mv python-lenovolegionlinux-1.0.0.tar.gz rpmbuild/SOURCES
cd rpmbuild
rpmbuild --define "_topdir `pwd`" -bs SPECS/lenovolegionlinux-1.0.0
rpmbuild --define "_topdir `pwd`" -bs SPECS/lenovolegionlinux.spec
rpmbuild --nodeps --define "_topdir `pwd`" --rebuild SRPMS/python-lenovolegionlinux-1.0.0-1.src.rpm
mv RPMS/noarch/python-lenovolegionlinux-0.8.0-1.noarch.rpm ${BUILD_DIR}/

0 comments on commit b2c8d83

Please sign in to comment.