removed redundant sections

This commit is contained in:
ag-tsotetsi
2026-02-08 11:43:43 +02:00
parent 5d8a1034da
commit 75ad04069d
9 changed files with 9 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
. "$PROJECTDIR/build/bash/package.env"
fetch $BASH_URL
@@ -46,4 +45,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/bash-$BASH_VERSION"
rm -rf "$SOURCES/bash-$BASH_VERSION"

View File

@@ -49,5 +49,4 @@ case $1 in
;;
esac
cd "$SOURCES" && rm -rf "$SOURCES/binutils-$BINUTILS_VERSION"
rm -rf "$SOURCES/binutils-$BINUTILS_VERSION"

View File

@@ -49,4 +49,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf coreutils-$COREUTILS_VERSION
rm -rf "$SOURCES/coreutils-$COREUTILS_VERSION"

View File

@@ -79,4 +79,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/gcc-$GCC_VERSION"
rm -rf "$SOURCES/gcc-$GCC_VERSION"

View File

@@ -58,4 +58,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/glibc-$GLIBC_VERSION"
rm -rf "$SOURCES/glibc-$GLIBC_VERSION"

View File

@@ -49,4 +49,4 @@ case $1 in
;;
esac
cd "$SOURCES" && rm -rf "$SOURCES/gcc-$GCC_VERSION"
rm -rf "$SOURCES/gcc-$GCC_VERSION"

View File

@@ -40,4 +40,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/linux-$LINUX_VERSION"
rm -rf "$SOURCES/linux-$LINUX_VERSION"

View File

@@ -1,4 +1,3 @@
. "$PROJECTDIR/build/m4/package.env"
fetch $M4_URL
@@ -46,4 +45,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/m4-$M4_VERSION"
rm -rf "$SOURCES/m4-$M4_VERSION"

View File

@@ -1,4 +1,3 @@
. "$PROJECTDIR/build/ncurses/package.env"
fetch $NCURSES_URL
@@ -63,4 +62,4 @@ case $1 in
esac
cd "$SOURCES" && rm -rf "$SOURCES/ncurses-$NCURSES_VERSION"
rm -rf "$SOURCES/ncurses-$NCURSES_VERSION"