Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 26, 2023
1 parent bd68cd6 commit dc82612
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 @@ -43,7 +43,7 @@ echo "Dkms deb located at ${BUILD_DIR}/lenovolegionlinux-dkms_1.0.0_amd64.deb"
sudo dkms remove -m lenovolegionlinux -v 1.0.0

#Build rpm file
doas dkms mktarball -m lenovolegionlinux -v 1.0.0 --archive=./LenovoLegionLinux-1.0.tar.bz2 --source-only #create tarball for rpm
sudo dkms mktarball -m lenovolegionlinux -v 1.0.0 --archive=./LenovoLegionLinux-1.0.tar.bz2 --source-only #create tarball for rpm
sudo dkms mkkmp -m lenovolegionlinux -v 1.0.0 --spec lenovolegionlinux.spec

#Copy rpm to deploy folder
Expand Down

0 comments on commit dc82612

Please sign in to comment.