We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad5b351 + 91d6341 commit 9e756c1Copy full SHA for 9e756c1
Makefile
@@ -16,7 +16,6 @@ bin/mongodb-consistent-backup: setup.py requirements.txt README.rst VERSION scri
16
PYTHON_BIN=$(PYTHON_BIN) VIRTUALENV_BIN=$(VIRTUALENV_BIN) bash scripts/build.sh
17
18
install: bin/mongodb-consistent-backup
19
- rm -rf bin build 2>/dev/null
20
mkdir -p $(BINDIR) $(SHAREDIR)/$(NAME) || true
21
install -m 0755 bin/mongodb-consistent-backup $(BINDIR)/mongodb-consistent-backup
22
install -m 0644 conf/mongodb-consistent-backup.example.conf $(SHAREDIR)/$(NAME)/example.conf
0 commit comments