aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaber-nyan2017-12-24 03:11:18 +0300
committersaber-nyan2017-12-24 14:10:06 +0300
commit536043d94af43327bc90c4cb156d680938308cdd (patch)
tree7ef4c0054bcaf4d040de301ebeb6ded039157f39
parente55f6bd070f89bb061bb6586de2595cd42b2b2cf (diff)
downloadaur-536043d94af43327bc90c4cb156d680938308cdd.tar.gz
Fixed non-existent dir
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3185f0e5f370..4821b4bd6745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ sha256sums=(
)
package() {
- cd "$pkgname-$pkgver"
install -Dm644 'linux-modules-cleanup.conf' "${pkgdir}/usr/lib/tmpfiles.d/linux-modules-cleanup.conf"
install -Dm644 'linux-modules-cleanup.service' "${pkgdir}/usr/lib/systemd/system/linux-modules-cleanup.service"
install -Dm644 'linux-modules-post.hook' "${pkgdir}/usr/share/libalpm/hooks/linux-modules-post.hook"