summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaaris2022-05-29 20:53:02 +0100
committerfaaris2022-05-29 20:53:02 +0100
commit45bcc301a03f593a805969a535eeda005f1d8b46 (patch)
tree76c099798c368d869e4a9360946a49c5f6e2a322
parent01e62b22b1bea87e9b39cd7b2ddd4959828bc7f3 (diff)
downloadaur-45bcc301a03f593a805969a535eeda005f1d8b46.tar.gz
useful commit message
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 575f9ff0c95f..cf585fe59084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=nvidia-modprobe-service
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Fixes /oldroot unmount issues by unloading nvidia modules before shutdown / reboot."
arch=('any')
license=('GPL')
depends=('systemd')
install="notes.install"
+
source=('nvidia-modprobe.service')
sha512sums=('8611a7be31a75fc8794c2e5c2f74678da82893fb42387d2e94ad877276939975ccf8daaa32aa3f84bafd40501a8216ea436ea0010ede3e958f910804ae3c36d8')
package() {
- install -Dm644 "nvidia-modprobe.service" "$pkgdir/usr/lib/systemd/system/"
+ install -Dm 644 nvidia-modprobe.service -t "$pkgdir"/usr/lib/systemd/system/
}