summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfaaris2022-05-29 23:28:50 +0100
committerfaaris2022-05-29 23:28:50 +0100
commit4df74fef43c15e3be069796c3180eca4c24b6ebc (patch)
treeae39fda7550494c6ed2820dc5bf5143e3cd9e96e /PKGBUILD
parent11cefc75fd42c8f25f6d8b6a57de0bc5d36b2192 (diff)
downloadaur-nvidia-modprobe-service.tar.gz
fix script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b709d0a629c3..055bd9cafaa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvidia-modprobe-service
pkgver=2
-pkgrel=3
+pkgrel=4
pkgdesc="Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot."
arch=('any')
license=('GPL')
@@ -14,5 +14,5 @@ source=('nvidia.shutdown')
sha256sums=('53ffa6ac9098be4ac212ec6d91289bc44367f311046542528f49ff6895784473')
package() {
- install -Dm 644 nvidia.shutdown -t "$pkgdir"/usr/lib/systemd/system-shutdown/
+ install -Dm 770 nvidia.shutdown -t "$pkgdir"/usr/lib/systemd/system-shutdown/
}