mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-10 04:41:10 +00:00
Update lfs-system.sh
This commit is contained in:
parent
cb98f40579
commit
b32bc0899c
1 changed files with 4 additions and 0 deletions
|
|
@ -11,11 +11,15 @@ begin() {
|
|||
package_name=$1
|
||||
package_ext=$2
|
||||
|
||||
echo "[lfs-scripts] Starting build of $package_name at $(date)"
|
||||
|
||||
tar xf $package_name.$package_ext
|
||||
cd $package_name
|
||||
}
|
||||
|
||||
finish() {
|
||||
echo "[lfs-scripts] Finishing build of $package_name at $(date)"
|
||||
|
||||
cd /sources
|
||||
rm -rf $package_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue