2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00: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:
black 2019-08-18 13:07:26 +00:00 committed by GitHub
commit 14c07df7d1
5 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,7 @@
#!/bin/sh -e
make
make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"
make CONFIG_PREFIX="$1" install
# Fix package filesystem.
mv "$1/bin/"* "$1/usr/bin"

View File

@ -1,3 +1,4 @@
bzip2
gzip
libressl make
linux-headers make

View File

@ -1 +1 @@
1.31.0 1
1.31.0 2

View File

@ -4,6 +4,7 @@ baselayout make
binutils make
bison make
busybox make
bzip2 make
ca-certificates make
curl make
fakeroot make

View File

@ -1 +1 @@
1 4
1 5