View previous topic :: View next topic |
Author |
Message |
mihochan Apprentice
Joined: 16 Apr 2002 Posts: 296 Location: Melbourne again
|
Posted: Sat Apr 20, 2002 6:11 am Post subject: ebuild scripts |
|
|
Hi,
I'm trying to knock up a couple of ebuild scripts.
I have many questions but for the moment the most crucial is,
How do I access the little add-ons I've put into the files directory? I'm supposing that there is a BASH variable which will take me there but what is it called?
Thanks
Tom |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Sat Apr 20, 2002 2:22 pm Post subject: |
|
|
Check out the man pages:
Code: | man 1 ebuild
man 5 ebuild |
You should probably start you ebuild script using the /usr/portage/skel.ebuild ebuild as a template. _________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
mihochan Apprentice
Joined: 16 Apr 2002 Posts: 296 Location: Melbourne again
|
Posted: Mon Apr 22, 2002 1:20 am Post subject: |
|
|
Kyle,
I've had a look at both these man pages and been through the relevant pages on the Gentoo site but I'm still not much clearer on how to proceed.
If I place a file in /usr/portage/<section>/<app>/files
how should I access it in the ebuild script?
Tom |
|
Back to top |
|
|
tod Developer
Joined: 17 Apr 2002 Posts: 136 Location: Ozarks, USA
|
|
Back to top |
|
|
|