openbsd-ports/x11/dbus/patches/patch-bus_Makefile_in

18 lines
920 B
Plaintext
Raw Normal View History

$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:
$(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
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: