summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brand2023-06-15 01:01:31 +0000
committerSimon Brand2023-06-15 01:01:31 +0000
commit7f2dbf513615f2cfbfa0f010bf0cdae35dc745ff (patch)
treec6becb89eca44635d6eba3c492d0e088110b07fb
parent45fa981770666ad5b635faab2ac16a56eedcc6fd (diff)
downloadaur-7f2dbf513615f2cfbfa0f010bf0cdae35dc745ff.tar.gz
Remove wrong directory
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f68689922334..55207d6f24b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ package() {
install -Dm 644 usr/lib/initcpio/install/verity-squash-root "${pkgdir}/usr/lib/initcpio/install"
install -Dm 755 usr/share/bash-completion/completions/verity-squash-root \
"${pkgdir}/usr/share/bash-completion/completions/"
- install -dm 755 "${pkgdir}/verity-squash-root/usr/lib/systemd/system"
+ install -dm 755 "${pkgdir}/usr/lib/systemd/system"
install -Dm 644 usr/lib/systemd/system/verity-squash-root-notifiy.service \
"${pkgdir}/usr/lib/systemd/system/verity-squash-root-notifiy.service"
install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/verity-squash-root"