diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-29 13:21:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-29 13:21:18 +0000 |
commit | c867b7e1e1c06e84d44a2f821a3a539225b23e9d (patch) | |
tree | 19bef8063d0733be8f13d1e2eadc5721a9d530fe /extra/fetchmail/APKBUILD | |
parent | eca99e6bed5b6f2ad0c0897924f9ac1df1804313 (diff) | |
download | aports-c867b7e1e1c06e84d44a2f821a3a539225b23e9d.tar.bz2 aports-c867b7e1e1c06e84d44a2f821a3a539225b23e9d.tar.xz |
extra/fetchmail: create /var/run/fetchmail with correct owner
Diffstat (limited to 'extra/fetchmail/APKBUILD')
-rw-r--r-- | extra/fetchmail/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/fetchmail/APKBUILD b/extra/fetchmail/APKBUILD index bb8d1072d4..bef000144c 100644 --- a/extra/fetchmail/APKBUILD +++ b/extra/fetchmail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fetchmail pkgver=6.3.9 -pkgrel=1 +pkgrel=2 pkgdesc="A remote-mail retrieval and forwarding utility" url="http://fetchmail.berlios.de/" license="GPL" @@ -25,7 +25,7 @@ build() { make || return 1 make DESTDIR="$pkgdir" install install -Dm755 "$srcdir"/fetchmail.initd "$pkgdir"/etc/init.d/fetchmail - install -d "$pkgdir"/var/lib/fetchmail + install -d "$pkgdir"/var/lib/fetchmail "$pkgdir"/var/run/fetchmail } fetchmailconf() { @@ -40,5 +40,5 @@ fetchmailconf() { md5sums="72c20ad2b9629f1a109668b05a84d823 fetchmail-6.3.9.tar.bz2 5a2fc8e8b3115fe2b9bf23503fb8f0a4 fetchmail.pre-install -e27237ed73ad183ddd06dfd5e3dd0da7 fetchmail.post-install +4b451d102e92926b6b6c1774f4260310 fetchmail.post-install 9a64c2b77d1a03a1eb8648a32d46b2c5 fetchmail.initd" |