pkg-get-bashcompletion: adopted, fixed installation path

This commit is contained in:
Jose V Beneyto 2010-09-01 07:31:38 +00:00
parent ba268da724
commit 27c1b7f49f
2 changed files with 7 additions and 8 deletions

View File

@ -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/pkg-get_completion
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bash_completion.d/
-rwxr-xr-x root/root etc/bash_completion.d/pkg-get

View File

@ -1,16 +1,16 @@
# Description: programmable bash completion for pkt-get
# Description: Programmable bash completion for pkt-get
# URL: http://www.varlock.com
# Maintainer: Simone Rota, sip at crux dot nu
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: bash-completion, pkg-get
name=pkg-get-bashcompletion
version=0.4.5
release=1
release=2
source=(http://www.varlock.com/files/pkg-get-$version.tar.gz)
build() {
cd pkg-get-$version/scripts
install -D -m 755 pkg-get_completion.sh \
$PKG/usr/lib/bash-completion/pkg-get_completion
$PKG/etc/bash_completion.d/pkg-get
}