diff options
-rw-r--r-- | app-portage/epkg/epkg-0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/epkg/epkg-0.5-r1.ebuild b/app-portage/epkg/epkg-0.5-r1.ebuild index 31616a3d..9278662b 100644 --- a/app-portage/epkg/epkg-0.5-r1.ebuild +++ b/app-portage/epkg/epkg-0.5-r1.ebuild @@ -24,9 +24,9 @@ RDEPEND="app-portage/gentoolkit src_install() { dobin epkg - dobin kogaionsync dodir /usr/$(get_libdir)/${PN} insinto /usr/$(get_libdir)/${PN} + doins kogaionsync doins kogaionuser doins kogaindev } |