summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:06 +0000
committerJonathan Swaelens2019-01-13 12:59:06 +0000
commit81398570ae85b5c9fcde971d19e6c52b5638cc48 (patch)
tree8de664af393deeb57dc5a602d929fb1ea2bce07a
parent6432ceeb776167e4befd0e8afd303048e8b63266 (diff)
downloadaur-81398570ae85b5c9fcde971d19e6c52b5638cc48.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 9421682c7f70..e5bf1fda5492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:14:20 UTC 2018
+# Sun Jan 13 12:59:05 UTC 2019
pkgbase = fusiondirectory-plugin-subcontracting-schema
pkgdesc = LDAP schema for FusionDirectory subcontracting plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index c327a17dc905..515137538a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ cd subcontracting/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-subcontracting-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-subcontracting-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-subcontracting-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do