[arch-commits] Commit in icecast/trunk (PKGBUILD)

Roman Kyrylych roman at archlinux.org
Sat Oct 3 12:07:11 UTC 2009


    Date: Saturday, October 3, 2009 @ 08:07:10
  Author: roman
Revision: 53797

Add logrotate.d/icecast to the backup array

In the spirit of bug #8399 and similar.

Modified:
  icecast/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 12:03:19 UTC (rev 53796)
+++ PKGBUILD	2009-10-03 12:07:10 UTC (rev 53797)
@@ -12,7 +12,8 @@
 url="http://www.icecast.org/"
 depends=('libxslt' 'libvorbis' 'curl>=7.19.2' 'speex' 'libtheora')
 makedepends=('sed')
-backup=('etc/icecast.xml')
+backup=('etc/icecast.xml'
+        'etc/logrotate.d/icecast')
 source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
         icecast icecast.logrotate)
 md5sums=('ff516b3ccd2bcc31e68f460cd316093f'
@@ -34,5 +35,3 @@
   # rotate the logs (taken from Fedora
   install -D -m644 ${srcdir}/icecast.logrotate ${pkgdir}/etc/logrotate.d/icecast
 }
-
-




More information about the arch-commits mailing list