diff options
Diffstat (limited to 'dev-util/cmt/cmt-1.26.ebuild')
-rw-r--r-- | dev-util/cmt/cmt-1.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmt/cmt-1.26.ebuild b/dev-util/cmt/cmt-1.26.ebuild index 508853a705d4..f2224b21f6da 100644 --- a/dev-util/cmt/cmt-1.26.ebuild +++ b/dev-util/cmt/cmt-1.26.ebuild @@ -25,7 +25,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/CMT/${CMT_PV}" src_configure() { - cd "${S}"/mgr || die + cd "${S}"/mgr || die ./INSTALL || die source setup.sh } |