Move bash-completion file to /usr/share/bash-completion/
This commit is contained in:
parent
0389780de8
commit
cbf85f6779
4 changed files with 6 additions and 4 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -40,9 +40,9 @@ endif
|
|||
|
||||
common-install-arch::
|
||||
# install the bash completion script
|
||||
mkdir -p $(CURDIR)/debian/tmp/etc/bash_completion.d
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/share/bash-completion/completions/
|
||||
cp $(CURDIR)/scripts/misc/nut.bash_completion \
|
||||
$(CURDIR)/debian/tmp/etc/bash_completion.d/nut
|
||||
$(CURDIR)/debian/tmp/usr/share/bash-completion/completions/nut
|
||||
|
||||
# install the avahi service file
|
||||
mkdir -p $(CURDIR)/debian/tmp/etc/avahi/services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue