aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 17:39:05 +0200
committerStanislav Ochotnicky <sochotnicky@gmail.com>2009-08-14 17:39:05 +0200
commit645438c7bf028af85f573fc163d89108fb31d914 (patch)
treea7e214944df7575d96f32d74a78b0406d7fa61dc
parentCreated simple ebuild for collagen (diff)
downloadcollagen-645438c7bf028af85f573fc163d89108fb31d914.tar.gz
collagen-645438c7bf028af85f573fc163d89108fb31d914.tar.bz2
collagen-645438c7bf028af85f573fc163d89108fb31d914.zip
Add mktinderboxchroot to setup.py installation
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8fd50b6..64fb153 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,6 @@ setup(name='Collagen',
'collagen/common',
'collagen/protocol',
'collagen/util/'],
- scripts=['src/matchbox.py', 'src/tinderbox.py']
+ scripts=['src/matchbox.py', 'src/tinderbox.py','util/mktinderboxchroot.sh']
)