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
commit1b39570669d68dec6c5db5c5f245a43f27ee8f00 (patch)
tree1dedfed62d75f47594451c55589c7a4f4085c956 /PKGBUILD
parent3af6b3c517587f64cb92efb88c3ed2be3b0db8cc (diff)
downloadaur-1b39570669d68dec6c5db5c5f245a43f27ee8f00.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 90d9397e2490..c825d8a8f9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd samba/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do