Avindra Goolcharan 2018-06-11 03:04:45 +00:00 committed by Git OBS Bridge
parent 273ab0a440
commit 619bab8a8e
2 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@ Mon Jun 11 02:59:21 UTC 2018 - avindra@opensuse.org
* bash/zsh completion improvements
* install and uninstall scripts support generating files under
XDG_CONFIG_HOME on --xdg flag.
- remove sed patch for non-excecutable fix (merged upstream)
-------------------------------------------------------------------
Sun Apr 1 16:21:01 UTC 2018 - avindra@opensuse.org

View File

@ -64,8 +64,6 @@ zsh shell completions for fzf
%patch0 -p1
# fix E: env-script-interpreter
sed -i 's,#!%{_bindir}/env ,#!/bin/,' ./bin/fzf-tmux
# fix non-executable warning
sed -i '1d' ./shell/completion.{bash,zsh}
%build
make %{?_smp_mflags}