diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2009-12-23 16:34:39 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2009-12-23 16:34:39 -0200 |
commit | e0b605cefa13d2f478cadbdc0abbe3c7934a91ac (patch) | |
tree | db031778a446b55ab80d7928532ce50ac64fd8eb /ebuilds | |
parent | added a warning to scripts/g-octave and fixes on README.rst (diff) | |
download | g-octave-e0b605cefa13d2f478cadbdc0abbe3c7934a91ac.tar.gz g-octave-e0b605cefa13d2f478cadbdc0abbe3c7934a91ac.tar.bz2 g-octave-e0b605cefa13d2f478cadbdc0abbe3c7934a91ac.zip |
changed ebuilds/g-octave-9999.ebuild
Diffstat (limited to 'ebuilds')
-rw-r--r-- | ebuilds/g-octave-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebuilds/g-octave-9999.ebuild b/ebuilds/g-octave-9999.ebuild index 2a31e17..962bac3 100644 --- a/ebuilds/g-octave-9999.ebuild +++ b/ebuilds/g-octave-9999.ebuild @@ -23,6 +23,8 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${PN}" +DOCS="README.rst" + src_prepare() { if ! use colors; then sed -i -e 's/from colors .*/raise/' scripts/g-octave \ |