summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:01 +0000
committerJonathan Swaelens2019-01-13 12:59:01 +0000
commit89d8b94f6c5c0d1f95e13779fce81eed10b66ed1 (patch)
tree5d89e26c19fa8a318d032786de0617da83fba6fa /PKGBUILD
parent8f260e3993deb5773878aa6e7330ab58634668b5 (diff)
downloadaur-89d8b94f6c5c0d1f95e13779fce81eed10b66ed1.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d840fbc1a6c2..23504eff36d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ cd postfix/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-postfix-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-postfix-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-postfix-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do