X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=sci-mathematics%2Frw%2Frw-0.7.ebuild;h=37d615e2133c750e37d11c7fb82b4266e526a435;hp=0e4a4480c92465e5f38f26dce0c0586225b0a136;hb=c30d7d0b26c5367af015441a6acc77534265c4ec;hpb=e79c6779c3b52eea6dd4f06b971f1e0b34a905b2 diff --git a/sci-mathematics/rw/rw-0.7.ebuild b/sci-mathematics/rw/rw-0.7.ebuild index 0e4a448..37d615e 100644 --- a/sci-mathematics/rw/rw-0.7.ebuild +++ b/sci-mathematics/rw/rw-0.7.ebuild @@ -25,14 +25,9 @@ src_configure(){ } src_install(){ - # This isn't strictly necessary, but it keeps the examples separated - # in a subdirectory. It also prevents the example graphs from being - # compressed, which is good, since they're supposed to be fed into - # the 'rw' program and it doesn't understand bzip2. - emake DESTDIR="${D}" install-exec - dodoc AUTHORS README NEWS - - insinto "${DOCDIR}" - docompress -x "${DOCDIR}/example_graphs" - doins -r example_graphs + # The examples graphs are meant to be fed uncompressed into the 'rw' + # program. The rest of the docs are small so just leave everything + # uncompressed. + docompress -x "${DOCDIR}" + default }