Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WIP [dsme] /usr merge. Contributes to JB#36606
  • Loading branch information
salmelamike committed Jul 4, 2019
1 parent e629f17 commit 2bcf5ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rpm/dsme.spec
Expand Up @@ -64,9 +64,9 @@ rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/dsme/
install -D -m 644 reboot-via-dsme.sh %{buildroot}/etc/profile.d/reboot-via-dsme.sh
install -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{name}.service
install -d %{buildroot}/lib/systemd/system/multi-user.target.wants/
ln -s ../%{name}.service %{buildroot}/lib/systemd/system/multi-user.target.wants/%{name}.service
install -D -m 644 %{SOURCE1} %{buildroot}%{_libdir}/systemd/system/%{name}.service
install -d %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/
ln -s ../%{name}.service %{buildroot}%{_libdir}/systemd/system/multi-user.target.wants/%{name}.service
install -d %{buildroot}/var/lib/dsme
[ ! -f %{buildroot}/var/lib/dsme/alarm_queue_status ] && echo 0 > %{buildroot}/var/lib/dsme/alarm_queue_status

Expand All @@ -90,8 +90,8 @@ systemctl daemon-reload || :
%dir %{_sysconfdir}/dsme
%config %{_sysconfdir}/dbus-1/system.d/dsme.conf
%license debian/copyright COPYING
/lib/systemd/system/%{name}.service
/lib/systemd/system/multi-user.target.wants/%{name}.service
%{_libdir}/systemd/system/%{name}.service
%{_libdir}/systemd/system/multi-user.target.wants/%{name}.service
/var/lib/dsme
%config(noreplace) /var/lib/dsme/alarm_queue_status
/etc/profile.d/reboot-via-dsme.sh
Expand Down

0 comments on commit 2bcf5ee

Please sign in to comment.