Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix up COPR specfiles for bash-completion script location
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 4, 2020
1 parent df7eb56 commit 6ed6ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mingw-openconnect.spec.in
Expand Up @@ -102,13 +102,13 @@ rm -f $RPM_BUILD_ROOT/%{mingw32_libdir}/libopenconnect.la
rm -rf $RPM_BUILD_ROOT/%{mingw32_libexecdir}/openconnect
rm -rf $RPM_BUILD_ROOT/%{mingw32_mandir}/man8/openconnect.8*
rm -rf $RPM_BUILD_ROOT/%{mingw32_docdir}/openconnect
rm -rf $RPM_BUILD_ROOT/%{mingw32_sysconfdir}/bash_completion.d
rm -rf $RPM_BUILD_ROOT/%{mingw32_datadir}/bash-completion

rm -f $RPM_BUILD_ROOT/%{mingw64_libdir}/libopenconnect.la
rm -rf $RPM_BUILD_ROOT/%{mingw64_libexecdir}/openconnect
rm -rf $RPM_BUILD_ROOT/%{mingw64_mandir}/man8/openconnect.8*
rm -rf $RPM_BUILD_ROOT/%{mingw64_docdir}/openconnect
rm -rf $RPM_BUILD_ROOT/%{mingw64_sysconfdir}/bash_completion.d
rm -rf $RPM_BUILD_ROOT/%{mingw64_datadir}/bash-completion

%mingw_find_lang openconnect
# Surely this is supposed to happen automatically... but it doesn't seem to.
Expand Down
2 changes: 1 addition & 1 deletion openconnect.spec.in
Expand Up @@ -149,7 +149,7 @@ make VERBOSE=1 XFAIL_TESTS="auth-nonascii bad_dtls_test" check
%{_sbindir}/openconnect
%{_libexecdir}/openconnect/
%{_mandir}/man8/*
%{_sysconfdir}/bash_completion.d
%{_datadir}/bash-completion/completions/openconnect
%doc TODO COPYING.LGPL
%doc %{_pkgdocdir}

Expand Down

0 comments on commit 6ed6ff3

Please sign in to comment.