Skip to content

Commit

Permalink
Remove unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bcui6611 committed Dec 12, 2011
1 parent 40eb473 commit 20fd16b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ bin_SCRIPTS = ${PYTHON_TOOLS}
EXTRA_DIST = $(pythonlib_SCRIPTS)

install-data-hook:
if test ! "$(mkdir_p)" = ""; then \
$(mkdir_p) "$(DESTDIR)$(localstatedatdir)"; \
else \
echo "WARNING: You may have to create these directories by hand."; \
mkdir -p "$(DESTDIR)$(localstatedatdir)"; \
fi
cp -rf $(COUCHBASE_PYTHON_LIB) $(pythonlibdir)


0 comments on commit 20fd16b

Please sign in to comment.