9466375421
- simpler rc.local example; remove UNMESSAGE - remove /var/run @sample from PLIST as this gets removed at reboot - don't try to install dir outside of $PREFIX ok jasper@ landry@ bernd@
12 lines
550 B
Plaintext
12 lines
550 B
Plaintext
$OpenBSD: patch-bus_Makefile_in,v 1.1 2008/03/23 10:53:55 ajacoutot Exp $
|
|
--- bus/Makefile.in.orig Thu Mar 20 16:59:20 2008
|
|
+++ bus/Makefile.in Thu Mar 20 16:59:50 2008
|
|
@@ -858,7 +858,6 @@ install-data-hook:
|
|
chmod 755 $(DESTDIR)$(DBUS_DAEMONDIR); \
|
|
fi
|
|
$(INSTALL_PROGRAM) dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR)
|
|
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
|
|
$(mkinstalldirs) $(DESTDIR)$(configdir)/system.d
|
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|