update build for new man page

This commit is contained in:
troyengel 2014-11-24 16:27:13 -06:00
parent 75940dbdae
commit 44f247b169

View file

@ -2,8 +2,8 @@
pkgbase=petrified pkgbase=petrified
pkgname=('petrified' 'petrified-systemd') pkgname=('petrified' 'petrified-systemd')
pkgver=1.0.2 pkgver=1.0.3
pkgrel=3 pkgrel=1
changelog=petrified.archlog changelog=petrified.archlog
arch=('any') arch=('any')
url="https://github.com/troyengel/petrified" url="https://github.com/troyengel/petrified"
@ -22,12 +22,13 @@ package_petrified() {
# Install the system bits # Install the system bits
install -Dm0755 petrified "${pkgdir}/usr/bin/petrified" install -Dm0755 petrified "${pkgdir}/usr/bin/petrified"
install -Dm0644 petrified.1 "${pkgdir}/usr/share/man/man1/petrified.1"
install -Dm0600 petrified.conf "${pkgdir}/etc/petrified.conf" install -Dm0600 petrified.conf "${pkgdir}/etc/petrified.conf"
install -dm0755 "${pkgdir}/var/cache/petrified" install -dm0755 "${pkgdir}/var/cache/petrified"
# Install examples for the user # Install examples for the user
install -dm0755 "${pkgdir}/usr/share/doc/${pkgname}/extra" install -dm0755 "${pkgdir}/usr/share/doc/${pkgname}/extra"
install -m0644 README.md "${pkgdir}/usr/share/doc/${pkgname}" install -m0644 README.pod "${pkgdir}/usr/share/doc/${pkgname}"
install -m0644 extra/* "${pkgdir}/usr/share/doc/${pkgname}/extra" install -m0644 extra/* "${pkgdir}/usr/share/doc/${pkgname}/extra"
} }