I can't find where slapt-src have log from builds package (sometimes I need see something interesting).
Next problem:
How delete package installed with slapt-src? I use removepkg, but may have the option of slapt-src?
[solved] slapt-src log and remove package.
[solved] slapt-src log and remove package.
Last edited by ink3 on 18. Mar 2012, 19:57, edited 1 time in total.
Re: slapt-src log and remove package.
It doesn't. If you want logs when using slapt-src you should make sure they are created yourself. Something like:ink3 wrote:I can't find where slapt-src have log from builds package (sometimes I need see something interesting).
Code: Select all
slapt-src -i foo 2>&1 | tee build.log
No, slapt-src is not a package manager, so it doesn't need that option. You should use "spkg -d" or "removepkg" (the former is better).ink3 wrote:How delete package installed with slapt-src? I use removepkg, but may have the option of slapt-src?