]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/Makefile.in
Finally... the 100% of bacula spanish !!! ;-)
[bacula/bacula] / bacula / scripts / Makefile.in
index d3a1629e20aa72bf0b0f9bd0e9ba56a6e3f068d9..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
@@ -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) \