fix busybox
This commit is contained in:
parent
5f0287aacf
commit
fda9153bf3
@ -19,14 +19,13 @@ DEPENDS=("")
|
||||
CONFLICTS=("")
|
||||
|
||||
# Source information
|
||||
PACKAGE_SRC="https://busybox.net/downloads/busybox-1.36.0.tar.bz2"
|
||||
SOURCES=("busybox-1.36.0.tar.bz2" "busybox-1.36.0")
|
||||
PACKAGE_SRC="https://git.busybox.net/busybox"
|
||||
SOURCES=("busybox-1.36.0")
|
||||
|
||||
# Installation
|
||||
getsource() {
|
||||
wget $PACKAGE_SRC
|
||||
tar xf ${SOURCES[0]}
|
||||
cd ${SOURCES[1]}
|
||||
cd ${SOURCES[0]}
|
||||
}
|
||||
|
||||
buildpkg() {
|
||||
|
Loading…
Reference in New Issue
Block a user