crux-bashcompletion: adopted, fixed installation path
This commit is contained in:
parent
c529de6775
commit
53793ec00e
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user