Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26330 Details for
Bug 35945
Tinker 4.1 Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DIFF patch to fix the paths for the ebuild
diffpatch (text/plain), 960 bytes, created by
Jeremy Warren
on 2004-02-25 08:08:37 UTC
(
hide
)
Description:
DIFF patch to fix the paths for the ebuild
Filename:
MIME Type:
Creator:
Jeremy Warren
Created:
2004-02-25 08:08:37 UTC
Size:
960 bytes
patch
obsolete
>23c23 >< sed -e "s:TINKERDIR = /user/ponder/tinker:TINKERDIR = ${D}usr/local/bin/tinker:" Makefile > makefile.temp.1 >--- >> sed -e "s:TINKERDIR = /user/ponder/tinker:TINKERDIR = ${D}usr/bin/tinker:" Makefile > makefile.temp.1 >31c31 >< echo 'java -jar /usr/local/tinker/ffe.jar' > tinker >--- >> echo 'java -jar /usr/tinker/ffe.jar' > tinker >34c34 >< echo 'PATH="/usr/local/tinker/bin"' > 99tinker >--- >> echo 'PATH="/usr/tinker/bin"' > 99tinker >44c44 >< insinto /usr/local/tinker >--- >> insinto /usr/tinker >46c46 >< exeinto /usr/local/tinker/bin >--- >> exeinto /usr/tinker/bin >101c101 >< insinto /usr/local/tinker/example >--- >> insinto /usr/tinker/example >103c103 >< exeinto /usr/local/tinker/example >--- >> exeinto /usr/tinker/example >105c105 >< exeinto /usr/local/tinker/bin >--- >> exeinto /usr/tinker/bin >107c107 >< insinto /usr/local/tinker/test >--- >> insinto /usr/tinker/test >109c109 >< insinto /usr/local/tinker/params >--- >> insinto /usr/tinker/params
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 35945
:
22301
|
26329
| 26330 |
26333