diff options
| -rw-r--r-- | repos/extra/fzf/.files | 6 | ||||
| -rw-r--r-- | repos/extra/fzf/abuild | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/repos/extra/fzf/.files b/repos/extra/fzf/.files index 43b26c15..1fa6aca5 100644 --- a/repos/extra/fzf/.files +++ b/repos/extra/fzf/.files @@ -2,9 +2,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fzf -rwxr-xr-x root/root usr/bin/fzf-tmux -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/fzf/ --rw-r--r-- root/root usr/share/fzf/completion.bash --rw-r--r-- root/root usr/share/fzf/completion.zsh --rw-r--r-- root/root usr/share/fzf/key-bindings.bash --rw-r--r-- root/root usr/share/fzf/key-bindings.zsh diff --git a/repos/extra/fzf/abuild b/repos/extra/fzf/abuild index e5b93903..a8524c67 100644 --- a/repos/extra/fzf/abuild +++ b/repos/extra/fzf/abuild @@ -22,7 +22,4 @@ build() { install -dm755 $PKG/usr/bin install -m755 fzf bin/fzf-tmux $PKG/usr/bin/ - - install -dm755 $PKG/usr/share/fzf - install -m644 shell/*.bash shell/*.zsh $PKG/usr/share/fzf } |