summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:58 +0000
committerJonathan Swaelens2019-01-13 12:58:58 +0000
commit3567042eea690d908d809971e62e348640844dad (patch)
treecde33ff5598f1dc121f8eb039f2e159f768248c1 /PKGBUILD
parent43af72db44953629ef0070fae5b27615d44c107c (diff)
downloadaur-3567042eea690d908d809971e62e348640844dad.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 e7a328d122b5..e8029e6e4c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd audit/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-audit-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-audit-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-audit-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do