mdk should go into sbin, the rest looks fine

This commit is contained in:
Zero_Chaos 2009-01-24 20:55:59 +00:00
parent a747b41458
commit b4604af6df

View file

@ -16,11 +16,12 @@ IUSE=""
DEPEND=""
S=${WORKDIR}/${MY_P}
src_compile() {
make -j1 || die "make failed"
}
src_install() {
dobin mdk3 || die "dobin failed"
dosbin mdk3 || die "dobin failed"
dodoc AUTHORS CHANGELOG TODO docs/* useful_files/* || die "dodoc failed"
}