X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp-2.adminflex.de (smtp-2.adminflex.de [84.38.79.76]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CE444DC0094 for ; Thu, 31 Oct 2013 10:36:48 +0000 (UTC) Received: from 91-66-231-240-dynip.superkabel.de ([91.66.231.240] helo=[192.168.178.35]) by smtp-2.adminflex.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1VbpcN-0004Tl-Gi for alpine-devel@lists.alpinelinux.org; Thu, 31 Oct 2013 10:36:47 +0000 Message-ID: <527232BC.1070004@port-zero.com> Date: Thu, 31 Oct 2013 11:36:44 +0100 From: "Leslie P. Polzer | PORT ZERO" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] main/util-linux: typo fix Content-Type: multipart/mixed; boundary="------------090106020904030004070505" This is a multi-part message in MIME format. --------------090106020904030004070505 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Attached patch corrects a typo in the pkgdesc. Leslie --=20 Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO UG (haftungsbeschr=E4nkt) Softwareentwicklung & IT Engineering Adalbertstra=DFe 7/8 10999 Berlin Tel.: +49 (0)30 - 69 200 907 - 0 Fax: +49 (0)30 - 69 200 907 - 9 http://www.port-zero.com --------------090106020904030004070505 Content-Type: text/x-patch; name="0001-main-util-linux-fix-typo-in-pkgdesc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-main-util-linux-fix-typo-in-pkgdesc.patch" >From ff13bad9d3e2f9724d95521885805f1747cf5246 Mon Sep 17 00:00:00 2001 From: "Leslie P. Polzer" Date: Thu, 31 Oct 2013 11:34:57 +0100 Subject: [PATCH] main/util-linux: fix typo in pkgdesc. --- main/util-linux/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index ab81b7d..ace6623 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -79,7 +79,7 @@ dev() { } blkid() { - pkgdesc="block device identificatio tool" + pkgdesc="block device identification tool" replaces="util-linux-ng" depends= mkdir -p "$subpkgdir"/sbin -- 1.8.4.2 --------------090106020904030004070505-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---