undo previous change - re-add bts completions
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=19
This commit is contained in:
parent
e34a50cde8
commit
b78972e065
@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 20:07:00 UTC 2019 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Removed bash completions for bts (conflicts with
|
||||
bash-completions package).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 08:49:53 UTC 2019 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -99,10 +99,6 @@ make %{?_smp_mflags} V=1 \
|
||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||
install -Dpm 0644 scripts/*.1 -t %{buildroot}%{_mandir}/man1/
|
||||
|
||||
## FIXME: bts conflicts with file from bash-completions
|
||||
## Debian uses ours!
|
||||
rm -f %{buildroot}%{_datadir}/bash-completion/completions/bts
|
||||
|
||||
while read target link; do
|
||||
if [ -d $(dirname "%{buildroot}$link") ]; then
|
||||
ln -sf "$target" "%{buildroot}$link"
|
||||
|
Loading…
Reference in New Issue
Block a user