fix busybox
This commit is contained in:
parent
5f0287aacf
commit
fda9153bf3
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user