]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/Makefile.in
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / stored / Makefile.in
index 4748ff5a993ef5a1a7765b91916f130564b2e394..5cf75bbc4e151cc2a2ddcfb910b3f6163b4eb245 100644 (file)
@@ -140,6 +140,9 @@ install: all
        fi; \
        echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
        ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
+       @if test -f static-bacula-sd; then \
+          $(INSTALL_PROGRAM) static-bacula-sd $(DESTDIR)$(sbindir)/static-bacula-sd; \
+       fi
 
 uninstall:
        (cd $(DESTDIR)$(sbindir); $(RMF) bacula-sd)