diff options
author | 2010-08-26 16:00:47 +0100 | |
---|---|---|
committer | 2010-08-26 16:00:47 +0100 | |
commit | e4462298b03ef80c5566944f7ce04c131ddd2c51 (patch) | |
tree | 147ff24dea5fae862a8c4a29bc4be08fde44d917 | |
parent | ca6e0be7aa78c23adda1da48f6967ad4cfe7ebee (diff) | |
download | paludis-e4462298b03ef80c5566944f7ce04c131ddd2c51.tar.gz paludis-e4462298b03ef80c5566944f7ce04c131ddd2c51.tar.xz |
Build gemcutter for distcheck
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 628098187..fb5b48a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-ruby --enable-ruby-doc --enable-vim \ --enable-python --enable-python-doc --enable-xml \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-hacked-log-dir='$${DESTDIR}$${prefix}/log_dir' \ - --with-repositories=default,accounts \ + --with-repositories=default,accounts,gemcutter \ --with-environments=default,portage \ --with-clients=default,accerso,appareo,cave,inquisitio,instruo \ --with-default-distribution=giant-space-monkey \ |