| View previous topic :: View next topic |
| Author |
Message |
richjoyce n00b

Joined: 22 Oct 2002 Posts: 20 Location: Canada
|
Posted: Thu Nov 28, 2002 11:47 pm Post subject: make Emerge keep the source tree |
|
|
| Is there any way to tell emerge to not delete the source tree of a program when/after i emerge it? |
|
| Back to top |
|
 |
jukka Apprentice

Joined: 06 Jun 2002 Posts: 249 Location: Zurich, Switzerland
|
Posted: Fri Nov 29, 2002 12:38 am Post subject: |
|
|
| perform the steps ebuild(1) does manually, and don't use "clean". see man 1 ebuild for more information. |
|
| Back to top |
|
 |
richjoyce n00b

Joined: 22 Oct 2002 Posts: 20 Location: Canada
|
Posted: Fri Nov 29, 2002 1:10 am Post subject: |
|
|
oookay....
where is the source kept then? |
|
| Back to top |
|
 |
jukka Apprentice

Joined: 06 Jun 2002 Posts: 249 Location: Zurich, Switzerland
|
Posted: Fri Nov 29, 2002 1:50 am Post subject: |
|
|
| richjoyce wrote: | oookay....
where is the source kept then? |
$ . /etc/make.globals && . /etc/make.conf && echo "${PORTAGE_TMPDIR}/portage"
there will be a dir with the name of your package, and a subdir named "work" containing the sources. |
|
| Back to top |
|
 |
|