1
0
forked from ports/opt

crux-bashcompletion: adopted, fixed installation path

This commit is contained in:
Jose V Beneyto 2010-09-01 07:45:08 +00:00
parent c529de6775
commit 53793ec00e
2 changed files with 8 additions and 9 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/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

View File

@ -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
}