summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:03 +0000
committerJonathan Swaelens2019-01-13 12:59:03 +0000
commit16c73f2250c11515e27881551affa3c2e9c3faa5 (patch)
tree1f944433b07bfe1223386ae42c3dcd585fa04cf1
parentbdb460ce1be73055151ff4f7c34801b3bc0e0878 (diff)
downloadaur-16c73f2250c11515e27881551affa3c2e9c3faa5.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 cffbb7b42211..1dbe70b55796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:11:42 UTC 2018
+# Sun Jan 13 12:59:03 UTC 2019
pkgbase = fusiondirectory-plugin-dhcp-schema
pkgdesc = LDAP schema for FusionDirectory dhcp plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index cbf08ab7d71c..0a54d3cf4950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd dhcp/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dhcp-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dhcp-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dhcp-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do