diff options
author | 2016-12-29 07:50:48 +0100 | |
---|---|---|
committer | 2016-12-29 07:50:48 +0100 | |
commit | ca28c5ac8938552e6bd2c9c5d38871d72689ea75 (patch) | |
tree | 60a90867c0b3827d89678e21e1ccdc8be9d1378d | |
parent | dev-ruby/rdoc: fix binwrappers, bug 603922 (diff) | |
download | gentoo-ca28c5ac8938552e6bd2c9c5d38871d72689ea75.tar.gz gentoo-ca28c5ac8938552e6bd2c9c5d38871d72689ea75.tar.bz2 gentoo-ca28c5ac8938552e6bd2c9c5d38871d72689ea75.zip |
ruby-fakegem.eclass: fix documentation
-rw-r--r-- | eclass/ruby-fakegem.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 977c68fae4d8..2fdbf6977707 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -79,7 +79,7 @@ inherit ruby-ng # @ECLASS-VARIABLE: RUBY_FAKEGEM_BINWRAP # @DESCRIPTION: -# Binaries to wrap around (relative to the bin/ directory) +# Binaries to wrap around (relative to the RUBY_FAKEGEM_BINDIR directory) # RUBY_FAKEGEM_BINWRAP="*" # @ECLASS-VARIABLE: RUBY_FAKEGEM_BINDIR |