diff --git a/bash-completion.be0 b/bash-completion.be0 index e40031455..73c72a1ae 100755 --- a/bash-completion.be0 +++ b/bash-completion.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bash-completion-2.3-2 +# BEE_VERSION bash-completion-2.3-3 ## 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.) @@ -67,6 +67,9 @@ mee_install() { 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} + + mkdir -p $D/${DOCDIR} + mv -v $D/${SYSCONFDIR}/profile.d/bash_completion.sh $D/${DOCDIR}/ } # by default this may be 'make install DESTDIR="${D}"'