OCaml 4.14.0 rebuild
[arch-packages.git] / lprint / repos / extra-x86_64 / fix-systemd-installdir.patch
blobc5492c788aeb295585943607026fe1dd0bfad55c
1 --- lprint-1.1.0/Makefile.in 2022-01-04 13:28:46.000000000 +0100
2 +++ lprint-1.1.0/Makefile.in.new 2022-01-04 13:30:11.355829642 +0100
3 @@ -131,9 +131,9 @@
4 $(INSTALL) -d -m 755 $(BUILDROOT)/Library/LaunchDaemons; \
5 $(INSTALL) -c -m 644 org.msweet.lprint.plist $(BUILDROOT)/Library/LaunchDaemons; \
6 else \
7 - echo "Installing systemd service to $(BUILDROOT)$(sysconfdir)/systemd/system..."; \
8 - $(INSTALL) -d -m 755 $(BUILDROOT)$(sysconfdir)/systemd/system; \
9 - $(INSTALL) -c -m 644 lprint.service $(BUILDROOT)$(sysconfdir)/systemd/system; \
10 + echo "Installing systemd service to $(BUILDROOT)$(libdir)/systemd/system..."; \
11 + $(INSTALL) -d -m 755 $(BUILDROOT)$(libdir)/systemd/system; \
12 + $(INSTALL) -c -m 644 lprint.service $(BUILDROOT)$(libdir)/systemd/system; \