Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[transfer-engine] Remove obsolete hardcoded paths. Fixes JB#47624
Use of these defines were removed from the spec file a long time ago but
for some reason the defines were left in place. Remove them.
  • Loading branch information
Tomin1 committed Dec 5, 2019
1 parent 02c1054 commit ee6a141
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rpm/transfer-engine-qt5.spec
Expand Up @@ -122,9 +122,6 @@ cp -R doc/html/* %{buildroot}/%{_docdir}/%{name}/
mkdir -p %{buildroot}%{_datadir}/mapplauncherd/privileges.d
install -m 644 -p %{SOURCE1} %{buildroot}%{_datadir}/mapplauncherd/privileges.d

%define def_uid $(grep "^UID_MIN" /etc/login.defs | tr -s " " | cut -d " " -f2)
%define def_user $(getent passwd %def_uid | sed 's/:.*//')
%define db_file /home/%{def_user}/.local/nemo-transferengine/transferdb.sqlite
%define te_pid $(pgrep -f nemo-transfer-engine)

%post -n libnemotransferengine-qt5
Expand Down

0 comments on commit ee6a141

Please sign in to comment.