Skip to content

Commit

Permalink
fix permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 27, 2023
1 parent 56be771 commit 6c05b3e
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 @@ -31,7 +31,7 @@ cd ${BUILD_DIR}
sudo rm -rf "${DKMSDIR}" || true
sudo mkdir --verbose ${DKMSDIR}
sudo cp --recursive * ${DKMSDIR}
sed -i "s/DKMS_VERSION/$TAG/g" ${DKMSDIR}/dkms.conf
sudo sed -i "s/DKMS_VERSION/$TAG/g" ${DKMSDIR}/dkms.conf

#Build dkms
sudo dkms add -m lenovolegionlinux -v ${TAG}
Expand Down

0 comments on commit 6c05b3e

Please sign in to comment.