openbsd-ports/sysutils/bacula/patches/patch-src_filed_Makefile_in
ajacoutot 186a14223e Major update to Bacula 7.0.2.
Some info at:
http://blog.bacula.org/p710/
http://blog.bacula.org/release-7-0-2/

Now builds with our libtool(1).

While there's a huge amount of changes, existing setups "should" just
work without any modification.

tested by sthen@ and myself
ok sthen@, my new co-maintainer :-)
2014-04-19 09:44:11 +00:00

14 lines
624 B
Plaintext

$OpenBSD: patch-src_filed_Makefile_in,v 1.3 2014/04/19 09:44:11 ajacoutot Exp $
--- src/filed/Makefile.in.orig Sat Mar 29 09:00:03 2014
+++ src/filed/Makefile.in Fri Apr 4 22:03:00 2014
@@ -140,9 +140,6 @@ install: all
fi; \
echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
- @if test "x${fd_group}" != "x"; then \
- chgrp -f ${fd_group} ${DESTDIR}${sysconfdir}/$$destconf ; \
- fi
@if test -f static-bacula-fd; then \
$(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) static-bacula-fd $(DESTDIR)$(sbindir)/static-bacula-fd; \
fi