Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94769 Details for
Bug 144635
dev-java/kaffe-1.1.7 missing executable bit for javadoc script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the problem
kaffe-1.1.7.ebuild.javadoc.patch (text/plain), 583 bytes, created by
Vlastimil Babka (Caster) (RETIRED)
on 2006-08-21 06:20:46 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
Vlastimil Babka (Caster) (RETIRED)
Created:
2006-08-21 06:20:46 UTC
Size:
583 bytes
patch
obsolete
>--- kaffe-1.1.7.ebuild 2006-08-02 06:37:22.000000000 +0200 >+++ kaffe-1.1.7-r1.ebuild 2006-08-21 15:05:23.000000000 +0200 >@@ -103,11 +103,11 @@ > emake DESTDIR="${D}" install || die "Failed to install" > set_java_env > >- local javadoc="${D}/opt/${P}/bin/javadoc" >- >- # xno append here to zero the kaffe installed one >- echo '#!/bin/bash' > ${javadoc} >- echo 'exec /usr/bin/gjdoc "${@}"' >> ${javadoc} >+ # use doexe to ensure executable bit >+ echo '#!/bin/bash' > javadoc >+ echo 'exec /usr/bin/gjdoc "${@}"' >> javadoc >+ exeinto "/opt/${P}/bin/" >+ doexe javadoc > } > > 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 144635
: 94769