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
commitd908a35c523b9627dfedd695c08d4f62db9557e1 (patch)
tree926f40b97cf3e3e22bcbb420a5e13ef3679362ce /PKGBUILD
parent533e0673ce0a39b0303d6d303db5b05f1c0e4c46 (diff)
downloadaur-d908a35c523b9627dfedd695c08d4f62db9557e1.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 2084b1967b34..121d763f1523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd quota/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd quota/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
}