diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-09 20:27:46 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-09 20:27:46 +0200 |
commit | b81970ba8c5f70819a52a09daed3ac18950823c1 (patch) | |
tree | b73e3ffaec846b434c1e9585bd55f3f1d740934b /media-libs | |
parent | net-fs/cifs-utils: amd64 stable wrt bug #693852 (diff) | |
download | gentoo-b81970ba8c5f70819a52a09daed3ac18950823c1.tar.gz gentoo-b81970ba8c5f70819a52a09daed3ac18950823c1.tar.bz2 gentoo-b81970ba8c5f70819a52a09daed3ac18950823c1.zip |
media-libs/glm: fix install phase
Closes: https://bugs.gentoo.org/693928
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/glm/glm-0.9.9.6.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-libs/glm/glm-0.9.9.6.ebuild b/media-libs/glm/glm-0.9.9.6.ebuild index 169bf319fadf..6e35cfa670b7 100644 --- a/media-libs/glm/glm-0.9.9.6.ebuild +++ b/media-libs/glm/glm-0.9.9.6.ebuild @@ -29,3 +29,8 @@ src_configure() { cmake-utils_src_configure } + +src_install() { + doheader -r glm + dodoc -r *md doc/* +} |