Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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