mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
adding fixed ham2mon ebuild, but quick review would be appreciated
This commit is contained in:
parent
a60de0b85b
commit
a984bfaf77
1 changed files with 3 additions and 3 deletions
|
|
@ -38,10 +38,10 @@ src_prepare() {
|
|||
|
||||
src_install(){
|
||||
insinto /usr/$(get_libdir)/${PN}
|
||||
doins -r *
|
||||
doins -r apps/*.py
|
||||
|
||||
fperms +x /usr/$(get_libdir)/${PN}/apps/${PN}.py
|
||||
dosym /usr/$(get_libdir)/${PN}/apps/${PN}.py /usr/sbin/${PN}
|
||||
fperms +x /usr/$(get_libdir)/${PN}/${PN}.py
|
||||
dosym /usr/$(get_libdir)/${PN}/${PN}.py /usr/sbin/${PN}
|
||||
|
||||
python_optimize "${D}"usr/$(get_libdir)/${PN}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue