~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/btrfs-progs: fix install_if for bash completions

Details
Message ID
<1450704470-8383-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1450704470
DKIM signature
missing
Download raw message
Patch: +2 -2
Only install bash completion files if bash-completion is installed.
---
 main/btrfs-progs/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/btrfs-progs/APKBUILD b/main/btrfs-progs/APKBUILD
index a3e13fc..adb0b69 100644
--- a/main/btrfs-progs/APKBUILD
+++ b/main/btrfs-progs/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=btrfs-progs
pkgver=4.3.1
pkgrel=2
pkgrel=3
pkgdesc="BTRFS filesystem utilities"
url="https://btrfs.wiki.kernel.org/"
arch="all"
@@ -55,7 +55,7 @@ package() {

completion() {
        pkgdesc="Bash completion script for $pkgname"
        install_if="bash $pkgname=$pkgver-r$pkgrel"
        install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
        arch="noarch"

        install -Dm644 "$_builddir"/btrfs-completion \
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)