mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
Merge pull request #74 from sebastianertz/busybox
busybox: fix work around for DESTDIR and depends bzip2 for help usages
This commit is contained in:
commit
14c07df7d1
@ -1,10 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
make
|
make
|
||||||
make install
|
make CONFIG_PREFIX="$1" install
|
||||||
|
|
||||||
# Work around no 'DESTDIR'.
|
|
||||||
cp -a _install/. "$1"
|
|
||||||
|
|
||||||
# Fix package filesystem.
|
# Fix package filesystem.
|
||||||
mv "$1/bin/"* "$1/usr/bin"
|
mv "$1/bin/"* "$1/usr/bin"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
bzip2
|
||||||
gzip
|
gzip
|
||||||
libressl make
|
libressl make
|
||||||
linux-headers make
|
linux-headers make
|
||||||
|
@ -1 +1 @@
|
|||||||
1.31.0 1
|
1.31.0 2
|
||||||
|
@ -4,6 +4,7 @@ baselayout make
|
|||||||
binutils make
|
binutils make
|
||||||
bison make
|
bison make
|
||||||
busybox make
|
busybox make
|
||||||
|
bzip2 make
|
||||||
ca-certificates make
|
ca-certificates make
|
||||||
curl make
|
curl make
|
||||||
fakeroot make
|
fakeroot make
|
||||||
|
@ -1 +1 @@
|
|||||||
1 4
|
1 5
|
||||||
|
Loading…
Reference in New Issue
Block a user