[arch-commits] Commit in logrotate/repos (testing-i686 testing-i686/PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Tue Nov 4 05:31:46 UTC 2008
Date: Tuesday, November 4, 2008 @ 00:31:45
Author: aaron
Revision: 18330
Merged revisions 18329 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/logrotate/trunk
........
r18329 | aaron | 2008-11-03 23:31:04 -0600 (Mon, 03 Nov 2008) | 2 lines
upgpkg: logrotate 3.7.7-2
Fix FHS man pages
........
Modified:
logrotate/repos/testing-i686/ (properties)
logrotate/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Property changes on: logrotate/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
- /logrotate/trunk:1-15672
+ /logrotate/trunk:1-18329
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2008-11-04 05:31:04 UTC (rev 18329)
+++ testing-i686/PKGBUILD 2008-11-04 05:31:45 UTC (rev 18330)
@@ -4,7 +4,7 @@
pkgname=logrotate
pkgver=3.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="Rotates system logs automatically"
url='http://cvs.fedora.redhat.com'
arch=(i686 x86_64)
@@ -27,7 +27,10 @@
config.h
sed -i "s|CFLAGS = -Wall|CFLAGS = -Wall $CFLAGS" Makefile
make || return 1
- make PREFIX=$startdir/pkg install
- install -D -m644 ../logrotate.conf $startdir/pkg/etc/logrotate.conf
- install -D -m744 ../logrotate.cron.daily $startdir/pkg/etc/cron.daily/logrotate
+ make PREFIX=$pkgdir install
+ install -D -m644 ../logrotate.conf $pkgdir/etc/logrotate.conf
+ install -D -m744 ../logrotate.cron.daily $pkgdir/etc/cron.daily/logrotate
+
+ mkdir -p $pkgdir/usr/share/
+ mv $pkgdir/usr/man $pkgdir/usr/share
}
More information about the arch-commits
mailing list