summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordustball2017-10-03 19:54:24 +0200
committerdustball2017-10-03 19:54:24 +0200
commite4e2008155670c14c089586664843c9e5ee4ef54 (patch)
treeb5b417b6952ac366c6115641ce92ca573b450820
parent85146d636c4d0446b9aca3bf9ef459969e099769 (diff)
downloadaur-e4e2008155670c14c089586664843c9e5ee4ef54.tar.gz
forgot the pod2man error, fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7c0ec2fe5a..a0954acbeb58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 17:44:57 UTC 2017
+# Tue Oct 3 17:54:06 UTC 2017
pkgbase = rinse
pkgdesc = Bootstrap a rpm based distribution like debootstrap
pkgver = 3.0.2
diff --git a/PKGBUILD b/PKGBUILD
index 906e9d7d73e6..25fd9271390e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Contributor: Michael Manley <mmanley@nasutek.com>
# Contributor: Patrick CRESSANT <pcressant@yahoo.fr>
# Contributor: Konstantin Oblaukhov <obko@mail.ru>
+# Maintainer: Sebastian Sonne <sebastiansonne at hush dot com>
# Rinse RPM Distro Bootstrapper
@@ -29,6 +30,7 @@ md5sums=('51c7875ae363ed35963e3b9fad344dd1'
prepare() {
patch -p0 -i $srcdir/sbin.patch
+ sed -i 's|pod2man.*$|pod2man --release=3.0.2 --official --section=8 ./bin/rinse ./bin/rinse.8|' $srcdir/$pkgname/Makefile
}
package() {