Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43554 Details for
Bug 70509
patch to latex-package.class to make ebuilds with no $DOC variable install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make latex-package_src_install work correctly
lp.patch (text/plain), 396 bytes, created by
Alexandre Vaissiere
on 2004-11-08 14:54:47 UTC
(
hide
)
Description:
patch to make latex-package_src_install work correctly
Filename:
MIME Type:
Creator:
Alexandre Vaissiere
Created:
2004-11-08 14:54:47 UTC
Size:
396 bytes
patch
obsolete
>--- /usr/portage/eclass/latex-package.eclass.old 2004-11-08 22:59:53.740093712 +0100 >+++ /usr/portage/eclass/latex-package.eclass 2004-11-08 23:45:05.954774408 +0100 >@@ -146,7 +146,7 @@ > latex-package_src_install() { > debug-print function $FUNCNAME $* > latex-package_src_doinstall all >- [ -n "${DOCS}" ] && dodoc ${DOCS} >+ [ -z "${DOCS}" ] || dodoc ${DOCS} > } > > latex-package_pkg_postinst() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70509
: 43554