fix busybox

This commit is contained in:
Liam Waldron 2023-10-16 12:34:19 -04:00
parent 5f0287aacf
commit fda9153bf3

View File

@ -19,14 +19,13 @@ DEPENDS=("")
CONFLICTS=("") CONFLICTS=("")
# Source information # Source information
PACKAGE_SRC="https://busybox.net/downloads/busybox-1.36.0.tar.bz2" PACKAGE_SRC="https://git.busybox.net/busybox"
SOURCES=("busybox-1.36.0.tar.bz2" "busybox-1.36.0") SOURCES=("busybox-1.36.0")
# Installation # Installation
getsource() { getsource() {
wget $PACKAGE_SRC wget $PACKAGE_SRC
tar xf ${SOURCES[0]} cd ${SOURCES[0]}
cd ${SOURCES[1]}
} }
buildpkg() { buildpkg() {