From: Kern Sibbald Date: Wed, 30 Oct 2002 18:05:40 +0000 (+0000) Subject: Fix Makefile for bcopy install problem X-Git-Tag: Release-1.27~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d69ce272f3850b126f32546f133f4fea4f0728f;p=bacula%2Fbacula Fix Makefile for bcopy install problem git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@180 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index 500f6a3569..b93cd045fa 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -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; \