Skip to content

Commit

Permalink
[buteo-mtp] Fix for hardcoded nemo user. Fixes JB#47594
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kenttala committed Oct 10, 2019
1 parent ad3a53f commit 1dc4418
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
19 changes: 0 additions & 19 deletions init/systemd/buteo-mtp

This file was deleted.

5 changes: 1 addition & 4 deletions init/systemd/systemd.pro
Expand Up @@ -6,7 +6,4 @@ service.path = /usr/lib/systemd/user/
mount.files = *.mount
mount.path = /lib/systemd/system/

init.files = buteo-mtp
init.path = /usr/bin/

INSTALLS += service init mount
INSTALLS += service mount
2 changes: 0 additions & 2 deletions rpm/buteo-mtp-qt5.spec
Expand Up @@ -40,7 +40,6 @@ Obsoletes: buteo-mtp < %{version}
%defattr(-,root,root,-)
%{_unitdir}/*.mount
%{_unitdir}/local-fs.target.wants/*.mount
%{_bindir}/buteo-mtp
%{_libdir}/*.so.*
%{_libdir}/mtp
%{_libdir}/systemd/user/buteo-mtp.service
Expand Down Expand Up @@ -119,7 +118,6 @@ make %{_smp_mflags}

%install
make INSTALL_ROOT=%{buildroot} install
chmod +x %{buildroot}/%{_bindir}/buteo-mtp
mkdir -p %{buildroot}/%{_unitdir}/local-fs.target.wants
ln -s ../dev-mtp.mount %{buildroot}/%{_unitdir}/local-fs.target.wants/

Expand Down

0 comments on commit 1dc4418

Please sign in to comment.