summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2017-08-16 22:03:51 +0200
committerrunnytu2017-08-16 22:03:51 +0200
commit7c687b9568d7348f60f211b20b6f17f90b350238 (patch)
treed44617467763752244b803efe451d856dd0e77f8
parent1b7486358bc43e3a16b9378f94a8c0dbb928faf3 (diff)
downloadaur-7c687b9568d7348f60f211b20b6f17f90b350238.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5eebf14c801..ef29d69234b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ package() {
make DESTDIR="${pkgdir}" install
- for _distfile in "${pkgdir}/etc/authlib/*.dist"; do
+ for _distfile in "${pkgdir}/etc/authlib/"*.dist; do
# change ownership - this is usually done by the Makefile where it is assumed the user & group already exist
chown 72:72 "${_distfile}"
# remove the .dist suffix - mimics the install-configure step of a standard Courier installation