summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:03 +0000
committerJonathan Swaelens2019-01-13 12:59:03 +0000
commit08c856fc09314c46d7348c3e538cd006c4e720c5 (patch)
tree2f7ab756f44d2e9e459e579cfa6dac1193bd2962
parent178195883d0800fc7a609e2db85176b25d67c94f (diff)
downloadaur-08c856fc09314c46d7348c3e538cd006c4e720c5.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e43331c0e0..5c2286ed1ea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:10:58 UTC 2018
+# Sun Jan 13 12:59:03 UTC 2019
pkgbase = fusiondirectory-plugin-fai-schema
pkgdesc = LDAP schema for FusionDirectory fai plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 014a86ae36df..0bace88790e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd fai/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fai-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fai-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fai-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do