Skip to content

Commit

Permalink
change deb filenames
Browse files Browse the repository at this point in the history
* need fix dkms rpm
  • Loading branch information
MrDuartePT committed Aug 27, 2023
1 parent 644ac89 commit 9f1eafc
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 @@ -32,7 +32,7 @@ sudo dkms mkdsc -m lenovolegionlinux -v 1.0.0
sudo dkms mkdeb -m lenovolegionlinux -v 1.0.0

#Copy deb to deploy folder
cp /var/lib/dkms/lenovolegionlinux/1.0.0/deb/lenovolegionlinux-dkms_1.0.0_amd64.deb ${BUILD_DIR}/lenovolegionlinux-dkms_1.0.0_amd64.deb
mv /var/lib/dkms/lenovolegionlinux/1.0.0/deb/lenovolegionlinux-dkms_1.0.0_amd64.deb ${BUILD_DIR}
echo "Dkms deb located at ${BUILD_DIR}/lenovolegionlinux-dkms_1.0.0_amd64.deb"
##

Expand Down Expand Up @@ -64,7 +64,7 @@ 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
cp ../python3-legion-linux_1.0.0-1_all.deb ${BUILD_DIR}

#Build to RPM
cd ${BUILD_DIR}
Expand Down

0 comments on commit 9f1eafc

Please sign in to comment.