From ddbd67c70683034c9e831078cc974f34d93b2f1c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 10 Feb 2012 07:46:11 +0000 Subject: main/email: comment out VCARD in default config We want email work out of the box --- main/email/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'main/email/APKBUILD') diff --git a/main/email/APKBUILD b/main/email/APKBUILD index 9f184840cd..b212a62c3b 100644 --- a/main/email/APKBUILD +++ b/main/email/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter pkgname=email pkgver=3.1.3 -pkgrel=2 +pkgrel=3 pkgdesc="A command line SMTP client that's simple" url="http://www.cleancode.org/projects/email" arch="all" @@ -12,6 +12,11 @@ source="http://www.cleancode.org/downloads/email/email-$pkgver.tar.bz2" subpackages="$pkgname-doc" +prepare() { + cd "$srcdir/$pkgname-$pkgver" + sed -i -e 's/^\(VCARD.*\)/\# \1/' email.conf +} + build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3