mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/skim: Install bash-completion file to systemwide dir
This commit is contained in:
parent
667a240466
commit
98c7fdc7b7
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ find target -name $BINNAM -exec install -m 755 {} $PKG/usr/bin/$BINNAM \;
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/etc/bash_completion.d
|
||||
install -m 755 shell/completion.bash $PKG/etc/bash_completion.d/skim
|
||||
mkdir -p $PKG/usr/share/bash-completion/completions
|
||||
install -m 644 shell/completion.bash $PKG/usr/share/bash-completion/completions/skim
|
||||
|
||||
mkdir -p $PKG/usr/man/man1
|
||||
cp -a man/man1/*.1 $PKG/usr/man/man1
|
||||
|
|
Loading…
Reference in a new issue