Skip to content

Commit

Permalink
Merge pull request #3 from mkosola/master
Browse files Browse the repository at this point in the history
Do not install obsoleted backup scripts
  • Loading branch information
Matti Kosola committed Sep 12, 2014
2 parents 6ca607d + 80dbf6d commit e8ec5c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -335,7 +335,7 @@ install-profiled-ini: ini/10.meego_default.ini
install -m755 -d $(ROOT)$(ETCDIR)/
install -m644 ini/10.meego_default.ini $(ROOT)$(ETCDIR)/10.meego_default.ini

install-profiled:: $(addprefix install-profiled-, bin backup-config backupfw-config appkiller ini)
install-profiled:: $(addprefix install-profiled-, bin ini)
ifeq ($(USE_SYSTEM_BUS),y)
install -m755 -d $(ROOT)$(PREFIX)/share/dbus-1/system-services
install -m644 profiled.system.service \
Expand Down
4 changes: 0 additions & 4 deletions rpm/profiled.spec
Expand Up @@ -114,13 +114,9 @@ rm %{buildroot}/%{_libdir}/libprofile.a
%files
%defattr(-,root,root,-)
# >> files
%config(noreplace) %{_sysconfdir}/osso-backup/applications/profiled.conf
%{_sysconfdir}/osso-cud-scripts/profiled.sh
%{_sysconfdir}/osso-rfs-scripts/profiled.sh
%dir %{_sysconfdir}/profiled
%{_bindir}/%{name}
%{_libdir}/libprofile.so.*
%{_datadir}/backup-framework/applications/profiled.conf
%{_datadir}/dbus-1/services/profiled.service
# << files

Expand Down

0 comments on commit e8ec5c2

Please sign in to comment.