2009-01-28 09:16:19 -05:00
|
|
|
$OpenBSD: patch-bus_Makefile_in,v 1.4 2009/01/28 14:16:19 jasper Exp $
|
|
|
|
--- bus/Makefile.in.orig Tue Jan 6 19:30:41 2009
|
|
|
|
+++ bus/Makefile.in Tue Jan 27 03:38:09 2009
|
|
|
|
@@ -1296,13 +1296,6 @@ install-data-hook:
|
2008-10-12 18:08:04 -04:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/system-services
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(libexecdir)/dbus-1
|
|
|
|
$(INSTALL_PROGRAM) dbus-daemon-launch-helper $(DESTDIR)$(libexecdir)
|
|
|
|
- if test `id -u` -eq 0; then \
|
|
|
|
- chown root:$(DBUS_USER) $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \
|
|
|
|
- chmod 4750 $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \
|
|
|
|
- else \
|
|
|
|
- echo "Not installing $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper binary setuid!"; \
|
|
|
|
- echo "You'll need to manually set permissions to root:$(DBUS_USER) and permissions 4750"; \
|
|
|
|
- fi
|
2008-03-23 06:53:55 -04:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
2008-10-12 18:08:04 -04:00
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|