]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/Makefile.in
Add install of static-bconsole if it exists
[bacula/bacula] / bacula / src / console / Makefile.in
index 4b2bf38a590088e3519edca9970bc87d5249565d..b49b953a02daf66bd1942672f75e3f64b4bdd482 100644 (file)
@@ -79,6 +79,9 @@ install: all
        fi; \
        echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
        ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
+       if test -f static-bconsole; then \
+          $(INSTALL_SCRIPT) static-bconsole $(DESTDIR)$(sbindir)/static-bconsole; \
+       fi
 
 uninstall:
        (cd $(DESTDIR)$(sbindir); $(RMF) bconsole)