Skip to content

Commit

Permalink
venv no longer in a tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Maciel committed Jun 23, 2016
1 parent 6c915d1 commit 2b0efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXTRA_DIST = run.py \
install-data-hook:
mkdir -p $(DESTDIR)$(INST_DIR); \
cp -r rpm2python $(DESTDIR)$(INST_DIR); \
tar xvf venv.tar.gz -C $(DESTDIR)$(INST_DIR); \
cp -r venv $(DESTDIR)$(INST_DIR); \
cp -r test $(DESTDIR)$(INST_DIR); \
cp run.py $(DESTDIR)$(INST_DIR); \
cp pip1.req $(DESTDIR)$(INST_DIR); \
Expand Down

0 comments on commit 2b0efe6

Please sign in to comment.