Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'libexec-plugin' into 'master'
Use libexecdir for zypper plugin.

See merge request mer-core/ssu!46
  • Loading branch information
Matti Kosola committed Jun 18, 2020
2 parents da8b575 + bf64430 commit 9b051ba
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 9b051ba

Please sign in to comment.