Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=a5133de73a73dc60d0dbe578963054954698abf2
commit a5133de73a73dc60d0dbe578963054954698abf2 Author: Marius Cirsta <[email protected]> Date: Thu Feb 26 00:46:09 2015 +0200 bash-completion-2.1-2-x86_64 * remove bash_completion.sh because other shells can source it from profile.d diff --git a/source/apps/bash-completion/FrugalBuild b/source/apps/bash-completion/FrugalBuild index 0263576..b1c4017 100644 --- a/source/apps/bash-completion/FrugalBuild +++ b/source/apps/bash-completion/FrugalBuild @@ -3,7 +3,7 @@ pkgname=bash-completion pkgver=2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Programmable completion for bash" url='http://bash-completion.alioth.debian.org/' depends=('bash') @@ -22,7 +22,8 @@ build() { Fsed 'xz\|lzma' 'xz\|lzma\|fpm\|fdb' completions/xz Fbuild - Ffileschmod /etc/profile.d/bash_completion.sh +x + #this is sourced by bash, avoiding other shells sourcing it in profile + Frm /etc/profile.d/bash_completion.sh Ffile "${BASH_COMPLETION_PATH}"/completions/frugalware Frm "${BASH_COMPLETION_PATH}"/completions/{nmcli,service} } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
