diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 12:00:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 12:36:22 +0000 |
commit | aac61eb0cfcdc16852e1b303af002a7750a8de53 (patch) | |
tree | c7a3720dbf73a437e81a483bbf0d0e1fb542a754 /dev-util/fq | |
parent | dev-util/fq: update DESCRIPTION (diff) | |
download | gentoo-aac61eb0cfcdc16852e1b303af002a7750a8de53.tar.gz gentoo-aac61eb0cfcdc16852e1b303af002a7750a8de53.tar.bz2 gentoo-aac61eb0cfcdc16852e1b303af002a7750a8de53.zip |
dev-util/fq: install README
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/fq')
-rw-r--r-- | dev-util/fq/fq-0.2.0-r1.ebuild (renamed from dev-util/fq/fq-0.2.0.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/fq/fq-0.2.0.ebuild b/dev-util/fq/fq-0.2.0-r1.ebuild index f0077e0fe23a..c4bb233a488d 100644 --- a/dev-util/fq/fq-0.2.0.ebuild +++ b/dev-util/fq/fq-0.2.0-r1.ebuild @@ -36,5 +36,7 @@ src_compile() { } src_install() { + einstalldocs + dobin fq } |