Received: from sebsite.pw (sebsite.pw [71.19.150.50]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 72D6B781710 for <~alpine/aports@lists.alpinelinux.org>; Wed, 6 Apr 2022 20:43:26 +0000 (UTC) Received: from localhost.localdomain (unknown [8.9.88.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sebsite.pw (Postfix) with ESMTPSA id E39543815A9; Wed, 6 Apr 2022 20:36:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sebsite.pw; s=sebsite; t=1649277376; bh=cA2e9G8qoLQfSz1yLAxR5x2kuvYKLsNC9ZE1iDXj3uo=; h=From:To:Cc:Subject:Date; b=UjteEM/ZIneY/LcUHhdTR3iGzcrtP2jpQ3Ed38NMwAUZXkjNs7tiWmEW/rhV0Yhlx sq5IG4dAj62QReli6Gr3hMpo50u3vB+2RWFocDMIIa5ubWJ5xCjtH7qt0vuWOXKCwp Pfj6gI4LX1PORgmI5khCtCMlwI9YOOj3N8ihPqZHuwZRmkCrPDUIFLNZWW6PPuv1fu TVnxaj2zYOQV0svwsuvWei7eXcdqphBVi40ycskQy1R61t550w7ZAXZYW53lKrkhv8 MOPK3rEZrVsRwTBFWVFbF6PA9b2Vtkn9PEIvgQHGGkxipb81issjqPrlnbcuUXY0d1 vddGpWkpBu47g== From: Sebastian To: ~alpine/aports@lists.alpinelinux.org Cc: Sebastian Subject: [PATCH] main/git: add install_if rule to git-subtree-doc Date: Wed, 6 Apr 2022 16:35:49 -0400 Message-Id: <20220406203549.20159-1-sebastian@sebsite.pw> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian --- main/git/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/git/APKBUILD b/main/git/APKBUILD index edd2565e9..ad1cf59b8 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -31,7 +31,7 @@ pkgname=git pkgver=2.35.1 -pkgrel=1 +pkgrel=2 pkgdesc="Distributed version control system" url="https://www.git-scm.com/" arch="all" @@ -242,6 +242,7 @@ subtree() { subtree_doc() { pkgdesc="Split git repository into subtrees (documentation)" depends="" + install_if="docs git-subtree=$pkgver-r$pkgrel" cd "$builddir"/contrib/subtree make install-man prefix=/usr DESTDIR="$subpkgdir" -- 2.35.1