Skip to content

Commit

Permalink
bash-completion-2.3-1: remove scripts conflicting with util-linux
Browse files Browse the repository at this point in the history
/usr/share/bash-completion/completions/mount and
/usr/share/bash-completion/completions/umount
would conflict with files with the same name (and apparently function)
from util-linux-2.28-0

rebuild with new revision number and switch to versionless bee file
  • Loading branch information
donald committed Jul 8, 2016
1 parent 26bfae4 commit d17f7ef
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions bash-completion-2.3-0.bee → bash-completion-0.bee
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

bee_version bash-completion-2.3-1

## 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 @@ -59,9 +61,12 @@ SRCURL[0]="https://github.com/scop/bash-completion/releases/download/${PKGVERSIO
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install

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

###############################################################################
Expand Down

0 comments on commit d17f7ef

Please sign in to comment.