Skip to content

Commit

Permalink
Merge pull request #58 from mariux64/fixcompletion
Browse files Browse the repository at this point in the history
Fix nc vs. netcat issue

Fixes: #54
  • Loading branch information
pmenzel committed Jul 18, 2016
2 parents 7558813 + b3255ab commit 7accec4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bash-completion.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bash-completion-2.3-1
# BEE_VERSION bash-completion-2.3-2

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -64,8 +64,9 @@ SRCURL[0]="https://github.com/scop/bash-completion/releases/download/${PKGVERSIO
mee_install() {
bee_install

rm $D/$PREFIX/share/bash-completion/completions/mount
rm $D/$PREFIX/share/bash-completion/completions/umount
rm -v $D/${DATAROOTDIR}/bash-completion/completions/mount
rm -v $D/${DATAROOTDIR}/bash-completion/completions/umount
mv -v $D/${DATAROOTDIR}/bash-completion/completions/{nc,netcat}
}
# by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 7accec4

Please sign in to comment.