summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Yuan2020-03-16 14:23:30 +0800
committerMike Yuan2020-03-16 14:24:53 +0800
commit91862ed7adc13e472809262ea12fb81dd206b165 (patch)
treeb225db41f36bdbd3116d7c4b7905b18c6ae4bc1c
parent891845aa1628202f1c8f7e22aa5505f08feedb34 (diff)
downloadaur-91862ed7adc13e472809262ea12fb81dd206b165.tar.gz
Fix typo
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ab7af886965..a3ee9346d183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ sha256sums=('35362d1067ac5dd4d19ca6a41c43203d2aededc7b8cd77ae6b1f161cdf627535')
package() {
depends=('findutils' 'systemd')
+ cd "$pkgname-$pkgver"
+
install -Dm644 systemd-cleanup.hook "$pkgdir/usr/share/libalpm/hooks/systemd-cleanup.hook"
install -Dm755 systemd-cleanup "$pkgdir/usr/share/libalpm/scripts/systemd-cleanup"