aboutsummaryrefslogtreecommitdiffstats
path: root/packageinstall.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-221-3/+1
| | | | required.
* Assign retval after spinner returns exit code.William Harrington2021-03-191-0/+1
|
* Put compiling message on a new line.William Harrington2021-03-191-1/+1
|
* Add spinner when extracting source.William Harrington2021-03-181-2/+3
|
* Return the exit status from packageinstall scrip to the chapter loops in ↵William Harrington2021-03-181-5/+5
| | | | lfs.sh and for sure stop the script when non zero status is returned.
* Redirect popd command to null. Remove continue in first if block, useless here.William Harrington2021-03-181-2/+1
|
* Add package install. If package has been built then continue. Extract ↵William Harrington2021-03-181-0/+50
package, then build and pass background proces pid to spinner then when done, based on return value, display fail message or say package is done and touch a file named the package to notify the package was sucessfully built and installed during a consecutive run.