Skip to content

Commit

Permalink
edit dkms package name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 26, 2023
1 parent b35e217 commit 3c2ceb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sudo dkms remove -m lenovolegionlinux -v 1.0.0
sudo dkms mkkmp -m lenovolegionlinux -v 1.0.0 --spec lenovolegionlinux.spec

#Copy rpm to deploy folder
cp /var/lib/dkms/lenovolegionlinux/1.0.0/rpm/LenovoLegionLinux-1.0-0.src.rpm ${BUILD_DIR}/LenovoLegionLinux-1.0-0.src.rpm
cp /var/lib/dkms/lenovolegionlinux/1.0.0/rpm/lenovolegionlinux-1.0-0.src.rpm ${BUILD_DIR}/lenovolegionlinux-1.0-0.src.rpm
##

##BUILD PYTHON DEB
Expand Down
2 changes: 1 addition & 1 deletion kernel_module/lenovolegionlinux.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# norootforbuild

Name: LenovoLegionLinux
Name: lenovolegionlinux
License: GPL
Group: System/Kernel
Summary: LenovoLegionLinux Kernel Module Package
Expand Down

0 comments on commit 3c2ceb9

Please sign in to comment.