mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2025-07-29 12:01:50 +00:00
Update lfs-system.sh
This commit is contained in:

committed by
GitHub

parent
cb98f40579
commit
b32bc0899c
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user