mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 11:52:52 +00:00
Remove sources after building
This commit is contained in:
parent
9c42f1d377
commit
3a47102c5d
2 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,6 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cd /sources
|
||||
rm -rf man-pages-5.13
|
||||
|
||||
|
|
|
@ -6,3 +6,6 @@ cd iana-etc-20220812
|
|||
|
||||
cp services protocols /etc
|
||||
|
||||
cd /sources
|
||||
rm -rf iana-etc-20220812
|
||||
|
||||
|
|
Loading…
Reference in a new issue