Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135028
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- gnupg-1.9.20-r3.ebuild    2006-05-29 22:09:11.000000000 -0400
0
++ gnupg-1.9.20-r3.ebuild    2006-05-31 11:06:16.000000000 -0400
Lines 80-90 Link Here
80
               ${myconf} \
80
               ${myconf} \
81
               || die
81
               || die
82
       emake || die
82
       emake || die
83
       # compile html documentation
84
       # results in doc/gnupg.html
85
       cd doc
86
       make html || die
83
}
87
}
84
88
85
src_install() {
89
src_install() {
86
       make DESTDIR="${D}" install || die
90
       make DESTDIR="${D}" install || die
87
       dodoc ChangeLog NEWS README THANKS TODO VERSION
91
       dodoc ChangeLog NEWS README THANKS TODO VERSION
92
       # install html
93
       dohtml doc/gnupg.html/*
88
94
89
       if ! use caps; then
95
       if ! use caps; then
90
               use gpg2-experimental && fperms u+s,go-r /usr/bin/gpg2
96
               use gpg2-experimental && fperms u+s,go-r /usr/bin/gpg2

Return to bug 135028