X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 54FCADC048F for ; Wed, 20 May 2015 18:44:17 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 16ABEDC046D for ; Wed, 20 May 2015 18:44:11 +0000 (UTC) Received: from [81.4.121.188] (port=64277 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1Yv8yM-003GlT-W2; Wed, 20 May 2015 19:44:07 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/runit: add doc package Date: Wed, 20 May 2015 18:43:56 +0000 Message-Id: <1432147436-12124-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Adds man pages to $pkg-doc --- testing/runit/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/runit/APKBUILD b/testing/runit/APKBUILD index 3af912a..3cd04ed 100644 --- a/testing/runit/APKBUILD +++ b/testing/runit/APKBUILD @@ -11,7 +11,7 @@ depends="" depends_dev="" makedepends="$depends_dev" install="" -subpackages="" +subpackages="$pkgname-doc" source="http://smarden.org/runit/runit-$pkgver.tar.gz run-service-dir.patch " @@ -40,6 +40,8 @@ package() { for i in chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset; do install -m755 "$i" "$pkgdir"/sbin/$i || return 1 done + install -d "$pkgdir"/usr/share + cd .. && cp -rf man "$pkgdir"/usr/share/ } md5sums="6c985fbfe3a34608eb3c53dc719172c4 runit-2.1.2.tar.gz -- 2.4.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---