Skip to content

Commit

Permalink
Use abs_builddir instead of builddir so paths will look more reasonable.
Browse files Browse the repository at this point in the history
  • Loading branch information
clumens committed Jul 22, 2015
1 parent 7aa572f commit 7d10065
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 @@ -160,4 +160,4 @@ ci: rc-release
@mkdir -p repo
@mv *rpm repo
@createrepo -p repo
@sudo $(MAKE) TMPDIR=/var/tmp TESTS=install/run_install_test.sh TEST_ANACONDA_REPO=file://$(builddir)/repo/ check
@sudo $(MAKE) TMPDIR=/var/tmp TESTS=install/run_install_test.sh TEST_ANACONDA_REPO=file://$(abs_builddir)/repo/ check

0 comments on commit 7d10065

Please sign in to comment.