]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Makefile for bcopy install problem
authorKern Sibbald <kern@sibbald.com>
Wed, 30 Oct 2002 18:05:40 +0000 (18:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 30 Oct 2002 18:05:40 +0000 (18:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@180 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/Makefile.in

index 500f6a3569aaf8fc9b626cb6e922fdd666c9232d..b93cd045fa5ec39ce673eb52fa6f32b37df6096f 100644 (file)
@@ -104,7 +104,7 @@ install: all
        $(INSTALL_PROGRAM) bacula-sd $(DESTDIR)$(sbindir)/bacula-sd
        $(INSTALL_PROGRAM) bls $(DESTDIR)$(sbindir)/bls
        $(INSTALL_PROGRAM) bextract $(DESTDIR)$(sbindir)/bextract
-       $(INSTALL_PROGRAM) bcopy $(DESTDIR)$(sbindir)/bcopy
+#      $(INSTALL_PROGRAM) bcopy $(DESTDIR)$(sbindir)/bcopy
        $(INSTALL_PROGRAM) bscan $(DESTDIR)$(sbindir)/bscan
        $(INSTALL_PROGRAM) btape $(DESTDIR)$(sbindir)/btape
        @srcconf=bacula-sd.conf; \