aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoc Virnyl S. Estela2021-04-06 14:23:34 +0800
committerSoc Virnyl S. Estela2021-04-06 14:23:34 +0800
commit9c21804ba519fc3f77105780f5154d67e64b74b7 (patch)
tree37d974d5b0b72752237b093989b18ee0e59bebf7
parent56a8d79038fab45e4852805fd87b757c7016a166 (diff)
downloadaur-9c21804ba519fc3f77105780f5154d67e64b74b7.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2d39fe42405..60d2696932d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ package() {
make install DESTDIR=${pkgdir}
msg2 "Moving examples and cards"
- mkdir -p "${pkgdir}/usr/share/Delphes"
+ install -dm755 "${pkgdir}/usr/share/Delphes"
mv "${pkgdir}/usr/examples" "${pkgdir}/usr/cards" "${pkgdir}/usr/share/Delphes/"
}