diff options
author | 2007-08-01 00:06:51 +0000 | |
---|---|---|
committer | 2007-08-01 00:06:51 +0000 | |
commit | 5205c6647034f685b7347604c36745b398084c8e (patch) | |
tree | 54c7f1775d7c996cfd051be5bdad7ba9253f028b /eselect | |
parent | 92f044a91cfe31514d187eb2a1942d15213e7f82 (diff) | |
download | paludis-5205c6647034f685b7347604c36745b398084c8e.tar.gz paludis-5205c6647034f685b7347604c36745b398084c8e.tar.xz |
Really fix distcheck. Or I shall cry.
Diffstat (limited to 'eselect')
-rw-r--r-- | eselect/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eselect/Makefile.am b/eselect/Makefile.am index 1baef5229..3b6a93602 100644 --- a/eselect/Makefile.am +++ b/eselect/Makefile.am @@ -9,6 +9,7 @@ installeselect_SCRIPTS = \ TESTS_ENVIRONMENT = env \ PALUDIS_EBUILD_DIR="$(srcdir)/ebuild/" \ + PALUDIS_DISTRIBUTION="gentoo" \ TEST_SCRIPT_DIR="$(srcdir)/" \ bash $(top_srcdir)/ebuild/run_test.bash |