Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install test to own dir instead of libqofono
  • Loading branch information
pvuorela committed Jul 7, 2015
1 parent 7a1c085 commit a340fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.spec
Expand Up @@ -97,7 +97,7 @@ fi

%files test
%defattr(-,root,root,-)
%{_prefix}/opt/tests/libqofono/*
%{_prefix}/opt/tests/connectionagent/*

%files tracing
%defattr(-,root,root,-)
Expand Down
Expand Up @@ -24,5 +24,5 @@ DEFINES += SRCDIR=\\\"$$PWD/\\\"
CONFIG += link_pkgconfig
PKGCONFIG += connman-qt5

target.path = $$[QT_INSTALL_PREFIX]/opt/tests/libqofono/
target.path = $$[QT_INSTALL_PREFIX]/opt/tests/connectionagent/
INSTALLS += target

0 comments on commit a340fb3

Please sign in to comment.