summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:04:07 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:04:07 +0100
commit09a472aa58da0417a11a22bae172785f7cb2e80f (patch)
tree921f1c9c8942024d1f678c969b373cf41fa70b2b
parent353e5a3f83b4c1e375f812e88bf526be2190075a (diff)
downloadhg-fast-export-baserock/morph.tar.gz
Install hg2git.py to site-packages (badly)baserock/morph
-rw-r--r--hg-fast-export.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/hg-fast-export.morph b/hg-fast-export.morph
index e312438..a7f9081 100644
--- a/hg-fast-export.morph
+++ b/hg-fast-export.morph
@@ -6,6 +6,8 @@
"install -m 0755 hg-fast-export.py \"$DESTDIR/$PREFIX/bin/\"",
"install -m 0755 hg-reset.py \"$DESTDIR/$PREFIX/bin/\"",
"install -m 0755 hg-fast-export.sh \"$DESTDIR/$PREFIX/bin/hg-fast-export\"",
- "install -m 0755 hg-reset.sh \"$DESTDIR/$PREFIX/bin/hg-reset\""
+ "install -m 0755 hg-reset.sh \"$DESTDIR/$PREFIX/bin/hg-reset\"",
+ "install -d \"$DESTDIR/$PREFIX/lib/python2.7/site-packages\"",
+ "install -m 0644 hg2git.py \"$DESTDIR/$PREFIX/lib/python2.7/site-packages/\""
]
}