how to create a *.log file

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
tasodan
Posts: 25
Joined: 6. Jan 2010, 09:43

how to create a *.log file

Post by tasodan »

How can I create a build-*.log file?
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: how to create a *.log file

Post by gapan »

If you're using slkbuild and you run slkbuild -X one will be created for you anyway. If you're running your own slackbuild/buildscript, you can do it with

Code: Select all

foo.Slackbuild 2>&1 | tee build.log
Image
Image
Post Reply