projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
748f0b7
)
app-text/html2text: update live ebuild
author
Fabian Groffen
<grobian@gentoo.org>
Wed, 22 Apr 2020 06:44:37 +0000
(08:44 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Wed, 22 Apr 2020 06:44:56 +0000
(08:44 +0200)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
app-text/html2text/html2text-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-text/html2text/html2text-9999.ebuild
b/app-text/html2text/html2text-9999.ebuild
index 3093b0ab8ec4e6ed742f408b40a9a224136c724c..ac89e86640b34cb30d5d7412ee94a35d183157c9 100644
(file)
--- a/
app-text/html2text/html2text-9999.ebuild
+++ b/
app-text/html2text/html2text-9999.ebuild
@@
-25,11
+25,9
@@
src_prepare() {
}
src_compile() {
- emake LDFLAGS="${LDFLAGS}"
DEBUG
="${CXXFLAGS}"
+ emake LDFLAGS="${LDFLAGS}"
CXXFLAGS
="${CXXFLAGS}"
}
src_install() {
- dobin html2text
- doman html2text.1 html2textrc.5
- dodoc CHANGES CREDITS KNOWN_BUGS TODO
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}