Skip to content

Commit

Permalink
Avoid copying utility scripts to test dir
Browse files Browse the repository at this point in the history
Not needed for anything, but the .pl files will add dependency to
perl. And the sh file doesn't seem to make much sense outside the
sources.
  • Loading branch information
pvuorela committed Mar 30, 2021
1 parent 27c8fb0 commit 1d390cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions libbuteosyncfw/libbuteosyncfw.pro
Expand Up @@ -145,11 +145,7 @@ headers.files = common/Logger.h \
profile/SyncSchedule_p.h \
profile/TargetResults.h

utility.path = /opt/tests/buteo-syncfw
utility.files = ../bin/*.pl \
../bin/*.sh

INSTALLS += target headers utility sources
INSTALLS += target headers sources

QMAKE_PKGCONFIG_DESTDIR = pkgconfig
QMAKE_PKGCONFIG_LIBDIR = $$target.path
Expand Down
1 change: 0 additions & 1 deletion rpm/buteo-syncfw-qt5.spec
Expand Up @@ -103,7 +103,6 @@ make doc %{_smp_mflags}

%install
make INSTALL_ROOT=%{buildroot} install
chmod +x %{buildroot}/opt/tests/buteo-syncfw/*.pl %{buildroot}/opt/tests/buteo-syncfw/*.sh
%fdupes %{buildroot}/opt/tests/buteo-syncfw/
mkdir -p %{buildroot}%{_userunitdir}/user-session.target.wants
ln -s ../msyncd.service %{buildroot}%{_userunitdir}/user-session.target.wants/
Expand Down

0 comments on commit 1d390cc

Please sign in to comment.