diff mbox

bcp command not installed by Makefile

Message ID AANLkTimRn1NJsivc6HD8W5K3QKQoPdmvfK54o6TOY37c@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Palmer Cox June 11, 2010, 1:46 a.m. UTC
None
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 525676e..e5005b0 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@  clean :
 install: $(progs) install-man
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(progs) $(DESTDIR)$(bindir)
+       $(INSTALL) -m755 bcp $(DESTDIR)$(bindir)
        if [ -e btrfs-convert ]; then $(INSTALL) btrfs-convert
$(DESTDIR)$(bindir); fi