aboutsummaryrefslogtreecommitdiffstats
path: root/main/fetchmail/APKBUILD
diff options
context:
space:
mode:
authorJesse Young <jlyo@jlyo.org>2011-11-25 12:46:26 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-01 07:15:51 +0000
commitae1967b66eba132dd8c9fa5b5f57712d012b6647 (patch)
treefca1c166178cd340ea41b6d3794cf58c4152f2f4 /main/fetchmail/APKBUILD
parent379338be8b4cd31b24080f7f01ae14fe124a84ae (diff)
Replace instances of "--chuid" to "--user" in initd scripts
Fixes #776 Signed-off-by: Jesse Young <jlyo@jlyo.org>
Diffstat (limited to 'main/fetchmail/APKBUILD')
-rw-r--r--main/fetchmail/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD
index c784f2816f9..abf340c9165 100644
--- a/main/fetchmail/APKBUILD
+++ b/main/fetchmail/APKBUILD
@@ -1,8 +1,8 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
+# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fetchmail
pkgver=6.3.21
-pkgrel=0
+pkgrel=1
pkgdesc="A remote-mail retrieval and forwarding utility"
url="http://fetchmail.berlios.de/"
arch="all"
@@ -37,10 +37,10 @@ fetchmailconf() {
pkgdesc="A GUI for generating fetchmail configuration files"
install=
mkdir -p "$subpkgdir"/usr/bin
- cd "$pkgdir"
+ cd "$pkgdir"
mv usr/bin/fetchmailconf "$subpkgdir"/usr/bin/
mv usr/lib "$subpkgdir"/usr/
}
md5sums="0ad8eac47e85bd0ae63870daa09992af fetchmail-6.3.21.tar.bz2
-b27fe01a7c25534d62d175c8ba22fc48 fetchmail.initd"
+20ad22948fd77cf24e2bb288af6fd266 fetchmail.initd"