Skip to content
Snippets Groups Projects
Commit 9957576c authored by Daniel Griffiths's avatar Daniel Griffiths
Browse files

Fixed man path

parent 0863f86e
No related branches found
No related tags found
No related merge requests found
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=logwatch
pkgver=7.3.6
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Logwatch is a customizable log analysis system."
url="http://www.logwatch.org/"
......@@ -56,8 +56,8 @@ build() {
touch $startdir/pkg/etc/logwatch/conf/ignore.conf
touch $startdir/pkg/etc/logwatch/conf/override.conf
install -m 0755 -d $startdir/pkg/usr/man/man8/
install -m 0644 logwatch.8 $startdir/pkg/usr/man/man8/
install -m 0755 -d $startdir/pkg/usr/share/man/man8/
install -m 0644 logwatch.8 $startdir/pkg/usr/share/man/man8/
install -m 0755 -d $startdir/pkg/etc/cron.daily/
install -m 0755 -d $startdir/pkg/usr/sbin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment