summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:02 +0000
committerJonathan Swaelens2019-01-13 12:59:02 +0000
commit19e99c9801aa832a12c9e4a6c3a798c01a81c4b4 (patch)
tree563da93f2e3e5a7b6da92b4673b86f151b89d1f1 /PKGBUILD
parent33e79bb97a00afd692e8a47c9d52d06367b14442 (diff)
downloadaur-19e99c9801aa832a12c9e4a6c3a798c01a81c4b4.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 033276f9bf59..96a8df363ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd mixedgroups/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd mixedgroups/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mixedgroups/
}