]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/Makefile.in
Finally... the 100% of bacula spanish !!! ;-)
[bacula/bacula] / bacula / scripts / Makefile.in
index 6438f56f97f408e7cf424dd59a8f288411b3f329..01e36429f662d68e17325e7adcd95888678e5411 100755 (executable)
@@ -36,8 +36,8 @@ install: installdirs
        $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(scriptdir)/startmysql
        $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql
        $(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole
-       $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole
        $(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula
+       $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sbindir)/bacula
        $(INSTALL_SCRIPT) bacula-ctl-dir $(DESTDIR)$(scriptdir)/bacula-ctl-dir
        $(INSTALL_SCRIPT) bacula-ctl-fd $(DESTDIR)$(scriptdir)/bacula-ctl-fd
        $(INSTALL_SCRIPT) bacula-ctl-sd $(DESTDIR)$(scriptdir)/bacula-ctl-sd
@@ -47,7 +47,7 @@ install: installdirs
        fi
        $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer
        @if  test -f ${DESTDIR}${scriptdir}/mtx-changer.conf; then \
-          echo "  ==> Saving existing mtx-changer.conf to mtx-changer.conf.new"; \
+          echo "  ==> Installing mtx-changer.conf to mtx-changer.conf.new"; \
           $(INSTALL_SCRIPT) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf.new; \
        else \
           $(INSTALL_SCRIPT) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf; \
@@ -73,8 +73,8 @@ uninstall:
        (cd $(DESTDIR)$(scriptdir); $(RMF) startmysql)
        (cd $(DESTDIR)$(scriptdir); $(RMF) stopmysql)
        (cd $(DESTDIR)$(scriptdir); $(RMF) bconsole)
-       (cd $(DESTDIR)$(scriptdir); $(RMF) gconsole)
        (cd $(DESTDIR)$(scriptdir); $(RMF) bacula)
+       (cd $(DESTDIR)$(sbindir);   $(RMF) bacula)
        (cd $(DESTDIR)$(scriptdir); $(RMF) bacula-ctl-dir)
        (cd $(DESTDIR)$(scriptdir); $(RMF) bacula-ctl-fd)
        (cd $(DESTDIR)$(scriptdir); $(RMF) bacula-ctl-sd)
@@ -84,7 +84,7 @@ uninstall:
        (cd $(DESTDIR)$(scriptdir); $(RMF) dvd-handler)  
        (cd $(DESTDIR)$(scriptdir); $(RMF) btraceback.gdb)
        (cd $(DESTDIR)$(scriptdir); $(RMF) btraceback.dbx)
-       (cd $(DESTDIR)$(sbindir); $(RMF) btraceback)
+       (cd $(DESTDIR)$(sbindir);   $(RMF) btraceback)
 
 Makefile: Makefile.in
        cd $(topdir) \