
* [boinc-client] Created template * [boinc-client] removed non-client version * [boinc-client] added description and homepage * [boinc-client] specifically specify this as a client release * [boinc-client] added dependencies * [boinc-client] added variant: manager * [boinc-client] added graphics variant * [boinc-client] added dependency version specificity * [boinc-client] systemd install path fix * [boinc-client] added sqlite dependency * [boinc-client] flake8 * [boinc-client] cleaned up left over fixme
14 lines
792 B
Diff
14 lines
792 B
Diff
--- a/client/scripts/Makefile.am 2020-02-23 22:22:11.000000000 -0500
|
|
+++ b/client/scripts/Makefile.am 2020-03-27 18:40:28.881826512 -0400
|
|
@@ -7,8 +7,8 @@
|
|
$(INSTALL) -b boinc-client $(DESTDIR)$(sysconfdir)/init.d/boinc-client ; \
|
|
fi
|
|
if [ -d /usr/lib/systemd/system ] ; then \
|
|
- $(INSTALL) -d $(DESTDIR)/usr/lib/systemd/system/ ; \
|
|
- $(INSTALL_DATA) boinc-client.service $(DESTDIR)/usr/lib/systemd/system/boinc-client.service ; \
|
|
+ $(INSTALL) -d $(DESTDIR)$(prefix)/lib/systemd/system/ ; \
|
|
+ $(INSTALL_DATA) boinc-client.service $(DESTDIR)$(prefix)/lib/systemd/system/boinc-client.service ; \
|
|
elif [ -d /lib/systemd/system ] ; then \
|
|
$(INSTALL) -d $(DESTDIR)/lib/systemd/system/ ; \
|
|
$(INSTALL_DATA) boinc-client.service $(DESTDIR)/lib/systemd/system/boinc-client.service ; \
|