diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:45:08 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:45:08 +0000 |
commit | 53793ec00efda860c5e0d5f26dee2b29361e5665 (patch) | |
tree | f8c4d1c7ad4d820765cfe25899d9ac1d32633ddd /crux-bashcompletion | |
parent | c529de6775e5af6e6c26f2ea7d986b5b5c52aff3 (diff) | |
download | opt-53793ec00efda860c5e0d5f26dee2b29361e5665.tar.gz opt-53793ec00efda860c5e0d5f26dee2b29361e5665.tar.xz |
crux-bashcompletion: adopted, fixed installation path
Diffstat (limited to 'crux-bashcompletion')
-rw-r--r-- | crux-bashcompletion/.footprint | 7 | ||||
-rw-r--r-- | crux-bashcompletion/Pkgfile | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/crux-bashcompletion/.footprint b/crux-bashcompletion/.footprint index 92410bb03..41957353d 100644 --- a/crux-bashcompletion/.footprint +++ b/crux-bashcompletion/.footprint @@ -1,4 +1,3 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/bash-completion/ --rwxr-xr-x root/root usr/lib/bash-completion/crux_completions +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/bash_completion.d/ +-rwxr-xr-x root/root etc/bash_completion.d/crux diff --git a/crux-bashcompletion/Pkgfile b/crux-bashcompletion/Pkgfile index 00f97e0da..531273fb9 100644 --- a/crux-bashcompletion/Pkgfile +++ b/crux-bashcompletion/Pkgfile @@ -1,6 +1,7 @@ -# Maintainer: Johannes Winkelmann, jw at smts dot ch -# Description: programmable bash completion for pkgutils and ports -# URL: http://www.crux.nu +# Description: Programmable bash completion for pkgutils and ports +# URL: http://www.crux.nu +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Johannes Winkelmann, jw at smts dot ch # Depends on: bash-completion name=crux-bashcompletion @@ -10,6 +11,5 @@ source=(crux_completions) build() { install -D -m 755 crux_completions \ - $PKG/usr/lib/bash-completion/crux_completions - + $PKG/etc/bash_completion.d/crux } |