From ae1967b66eba132dd8c9fa5b5f57712d012b6647 Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Fri, 25 Nov 2011 12:46:26 -0600 Subject: Replace instances of "--chuid" to "--user" in initd scripts Fixes #776 Signed-off-by: Jesse Young --- main/fetchmail/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/fetchmail/APKBUILD') diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index c784f2816f..abf340c916 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: Michael Mason +# Contributor: Michael Mason # Maintainer: Natanael Copa 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" -- cgit v1.2.3