diff options
author | Kevin Daudt <ops@ikke.info> | 2018-03-11 16:08:56 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-11 21:16:49 +0100 |
commit | 2a0a045ee30960703a3713a73b6f3601f06e1cfa (patch) | |
tree | 996032111b79da4dee1e3dd13fe5fe0c3e139029 /community | |
parent | c2859137fc2af848bd282bad72fc6b25de4943e6 (diff) | |
download | aports-2a0a045ee30960703a3713a73b6f3601f06e1cfa.tar.bz2 aports-2a0a045ee30960703a3713a73b6f3601f06e1cfa.tar.xz |
community/fzf: fix whitespace inconsitencies
Diffstat (limited to 'community')
-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 |