From 9d69ce272f3850b126f32546f133f4fea4f0728f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 30 Oct 2002 18:05:40 +0000 Subject: [PATCH] Fix Makefile for bcopy install problem git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@180 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.39.5