media-gfx/jhead: add libjhead's header
authorSobhan Mohammadpour <www.sobhan.mohammadpour@gmail.com>
Fri, 24 Nov 2017 14:01:22 +0000 (17:31 +0330)
committerAmy Liffey <amynka@gentoo.org>
Fri, 24 Nov 2017 14:14:18 +0000 (15:14 +0100)
add the missing header for libjhead
Closes:#6281

media-gfx/jhead/jhead-3.00-r2.ebuild [moved from media-gfx/jhead/jhead-3.00-r1.ebuild with 93% similarity]

similarity index 93%
rename from media-gfx/jhead/jhead-3.00-r1.ebuild
rename to media-gfx/jhead/jhead-3.00-r2.ebuild
index 096b172d1e7a7a58feed40448b0cc65f206c0b38..6935d6e2757ecbf62c9e6cccc909dcd82415d504 100644 (file)
@@ -25,5 +25,6 @@ src_install() {
        docinto html
        dodoc *.html
        doman ${PN}.1
-       dolib.so libjhead.so*
+       doheader ${PN}.h
+       dolib.so lib${PN}.so*
 }