View | Details | Raw Unified
Collapse All | Expand All

(-) ctemplate-0.90.ebuild (-2 / +1 lines)
 Lines 29-36    Link Here 
	emake || die "emake failed"
	emake || die "emake failed"
	if use emacs ; then
	if use emacs ; then
		cd contrib
		elisp-compile contrib/tpl-mode.el || die "elisp-compile failed"
		elisp-comp tpl-mode.el || die "elisp-comp failed"
	fi
	fi
}
}