summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:04 +0000
committerJonathan Swaelens2019-01-13 12:59:04 +0000
commitd36197a3261237bf2591ca244f545bab8fbcbfbb (patch)
treec4532cf072c097b26e8cff579b35c012e426b1f7
parent815aed3e6c893f844be3ec249a0cbfe762dcd44e (diff)
downloadaur-d36197a3261237bf2591ca244f545bab8fbcbfbb.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 4a6b4c84e7f2..cda722d8053c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:14:12 UTC 2018
+# Sun Jan 13 12:59:04 UTC 2019
pkgbase = fusiondirectory-plugin-ipmi-schema
pkgdesc = LDAP schema for FusionDirectory ipmi plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 585f2641f140..89f9ea70417e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd ipmi/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ipmi-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ipmi-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ipmi-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do