Skip to content

Commit

Permalink
remove uneed linex
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 25, 2023
1 parent 974536b commit c925831
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ sudo EDITOR=/bin/true dpkg-source -q --commit . p1

# Build package
sudo dpkg-buildpackage -uc -us
cp ../python3-legion-linux_1.0.0-1_all.deb ${BUILD_DIR}/python3-legion-linux_1.0.0-1_amd64.deb

#Convert to RPM
cd ${BUILD_DIR}
sudo alien -r -c -v ./python3-legion-linux_1.0.0-1_amd64.deb

#Copy files
cp ../python3-legion-linux_1.0.0-1_all.deb ${BUILD_DIR}/python3-legion-linux_1.0.0-1_amd64.deb
cp ../python3-legion-linux-1.0.0-2.noarch.rpm ${BUILD_DIR}/python3-legion-linux-1.0.0-1.amd64.rpm
sudo alien -r -c -v ./python3-legion-linux_1.0.0-1_amd64.deb

0 comments on commit c925831

Please sign in to comment.