Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed packaging to make this package to own config directory
  • Loading branch information
Marko Mattila committed Apr 17, 2013
1 parent bb5a7e2 commit 4eefd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/transfer-engine.spec
Expand Up @@ -20,6 +20,7 @@ BuildRequires: qt-devel-tools

%files
%defattr(-,root,root,-)
%dir %{_datadir}/nemo-transferengine
%{_libdir}/*.so*
%{_bindir}/nemo-transfer-engine
%{_datadir}/dbus-1/services/org.nemo.transferengine.service
Expand Down Expand Up @@ -91,6 +92,7 @@ make docs

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/nemo-transferengine
%qmake_install

%define def_uid $(grep "^UID_MIN" /etc/login.defs | tr -s " " | cut -d " " -f2)
Expand Down

0 comments on commit 4eefd48

Please sign in to comment.