]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/Makefile.in
Fix chgrp on bacula-x.conf
[bacula/bacula] / bacula / src / filed / Makefile.in
index 48c5b6488283deededa811df9cac2779c5849ef0..f96ce8d7568e69c4aef280ac719e8d4b6446eebd 100644 (file)
@@ -146,8 +146,8 @@ 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 \
+       @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; \