diff options
Diffstat (limited to 'community/fzf/APKBUILD')
-rw-r--r-- | community/fzf/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD index 359cfb6d95..319bf998af 100644 --- a/community/fzf/APKBUILD +++ b/community/fzf/APKBUILD @@ -48,11 +48,11 @@ tmux() { } extras() { - description="additional scripts like shell completion and keybindings" + description="additional scripts like shell completion and keybindings" - cd "$builddir" - install -dm0755 "$subpkgdir"/usr/share/fzf - install -m0644 shell/* "$subpkgdir"/usr/share/fzf + cd "$builddir" + install -dm0755 "$subpkgdir"/usr/share/fzf + install -m0644 shell/*.$1 "$subpkgdir"/usr/share/fzf } sha512sums="2713ef7adb0dd278ac0a0c362c5cd23e7b0f1867efdfa964ad1f63f48c7f518e0cf96cc0b2571487585a0271fb0d2398edfebdbe603ec2bb42d3bd87febd2156 fzf-0.17.3.tar.gz |