Skip to content

Commit 91d6341

Browse files
Merge pull request #157 from dagoaty/Makefile_fix
Makefile 'make install' breaks
2 parents 6ef69ca + e6fcab7 commit 91d6341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ bin/mongodb-consistent-backup: setup.py requirements.txt README.rst VERSION scri
1515
PYTHON_BIN=$(PYTHON_BIN) VIRTUALENV_BIN=$(VIRTUALENV_BIN) bash scripts/build.sh
1616

1717
install: bin/mongodb-consistent-backup
18-
rm -rf bin build 2>/dev/null
1918
mkdir -p $(BINDIR) $(SHAREDIR)/$(NAME) || true
2019
install -m 0755 bin/mongodb-consistent-backup $(BINDIR)/mongodb-consistent-backup
2120
install -m 0644 conf/mongodb-consistent-backup.example.conf $(SHAREDIR)/$(NAME)/example.conf

0 commit comments

Comments
 (0)