mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
mdk should go into sbin, the rest looks fine
This commit is contained in:
parent
a747b41458
commit
b4604af6df
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue