diff options
Diffstat (limited to 'docs/info.txt')
| -rw-r--r-- | docs/info.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/info.txt b/docs/info.txt index 1a75a38..51927d2 100644 --- a/docs/info.txt +++ b/docs/info.txt @@ -2,7 +2,7 @@ # bash setting BASH_ENV sources it before -execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", NULL}); +execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", , NULL}); build() { @@ -17,6 +17,14 @@ check for $snagcache/$packagename/ if not exist full clean build if exist then just run build and install - open log file - fd 3 splice(child stdout, fd 3) + + +snag + - make + - bash + - automake + - bash + - swenu + - bash |
