]> Pileus Git - ~andy/sunrise/blobdiff - sys-apps/fileschanged/fileschanged-0.6.5.ebuild
sys-apps/fileschanged - redo src_install(), less hassle with emake
[~andy/sunrise] / sys-apps / fileschanged / fileschanged-0.6.5.ebuild
index 9b6a5569dea1c0e9dacd9392d7e4b1d1ef00794f..8052a1bb241ba219d352e0b6a51c48b52a89eb27 100644 (file)
@@ -19,11 +19,7 @@ src_compile() {
 }
 
 src_install() {
-       # The Makefile doesn't install the docs in the right place and
-       # doesn't compress them so we have to do things manually.
-       dobin src/fileschanged
-       doman man/fileschanged.1
-       doinfo info/fileschanged.info
+       emake DESTDIR="${D}" install || die "emake failed"
        dodoc ChangeLog README TODO
-       emake -C po DESTDIR="${D}" install || die "emake -C po install failed"
+       rm -rf "${D}"/usr/share/${PN}
 }
\ No newline at end of file