Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ssu] Use libexecdir for zypper plugin. JB#50161
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Jun 17, 2020
1 parent da8b575 commit bf64430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/ssu.spec
Expand Up @@ -31,7 +31,7 @@ RnD mode.

%files
%defattr(-,root,root,-)
%{_libdir}/zypp/plugins/urlresolver/*
%{_libexecdir}/zypp/plugins/urlresolver/*
%{_bindir}/ssu
%{_libdir}/libssu.so.*
%{_libdir}/ssu/libsandboxhook.so
Expand Down
2 changes: 1 addition & 1 deletion ssuurlresolver/ssuurlresolver.pro
Expand Up @@ -4,7 +4,7 @@ include(ssuurlresolver_dependencies.pri)

# We do not build a typical application - override defaults from ../ssuapplication.pri
DESTDIR = $$DESTDIR_LIB/zypp/plugins/urlresolver
target.path = $$[QT_INSTALL_LIBS]/zypp/plugins/urlresolver
target.path = $$[QT_INSTALL_PREFIX]/libexec/zypp/plugins/urlresolver

QT += network
CONFIG += link_pkgconfig
Expand Down

0 comments on commit bf64430

Please sign in to comment.