summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:56 +0000
committerJonathan Swaelens2019-01-13 12:58:56 +0000
commited1044467addc31758e65dbed2d2080baa60770b (patch)
tree026769b79ad843838beba2b22fdfe1c02c316e76
parentfdfab97cc7c15019fffe71a99409f5f2b038209f (diff)
downloadaur-ed1044467addc31758e65dbed2d2080baa60770b.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 5aea829654fe..a5ec2ad9561c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:14:08 UTC 2018
+# Sun Jan 13 12:58:56 UTC 2019
pkgbase = fusiondirectory-plugin-autofs-schema
pkgdesc = LDAP schema for FusionDirectory autofs plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index fe1cd9015996..c55a48317725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd autofs/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-autofs-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-autofs-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-autofs-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do