diff options
author | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
commit | 9a6b691757346035549dbd12d1323301d04a6675 (patch) | |
tree | 5e06d2322b58a73254a0ca2c05d2083cb0209db2 /community/polipo | |
parent | 3b99c42eb8ca744e86e4e17197b1bf10642c6785 (diff) |
Tue Jun 26 00:01:48 UTC 2012
Diffstat (limited to 'community/polipo')
-rw-r--r-- | community/polipo/PKGBUILD | 4 | ||||
-rw-r--r-- | community/polipo/polipo.install | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index e8749a5a4..9493308a1 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72794 2012-06-22 12:51:45Z dreisner $ +# $Id: PKGBUILD 72884 2012-06-24 12:10:09Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Jelle van der Waa <jelle vdwaa nl> # Contributor: Thomas Holmquist <thomas@vorget.com> @@ -7,7 +7,7 @@ pkgname=polipo pkgver=1.0.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64') url="http://www.pps.jussieu.fr/~jch/software/polipo/" diff --git a/community/polipo/polipo.install b/community/polipo/polipo.install index bacc46377..9c1117321 100644 --- a/community/polipo/polipo.install +++ b/community/polipo/polipo.install @@ -7,8 +7,8 @@ post_install() { install-info $infodir/$file $infodir/dir 2> /dev/null done install -d /var/cache/polipo 2> /dev/null - touch /var/log/polipo.log 2> /dev/null - chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null + touch /var/log/polipo 2> /dev/null + chown -R nobody:nobody /var/cache/polipo /var/log/polipo 2> /dev/null } post_upgrade() { |