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
|
||||
|
||||
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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
bzip2
|
||||
gzip
|
||||
libressl make
|
||||
linux-headers make
|
||||
|
@ -1 +1 @@
|
||||
1.31.0 1
|
||||
1.31.0 2
|
||||
|
@ -4,6 +4,7 @@ baselayout make
|
||||
binutils make
|
||||
bison make
|
||||
busybox make
|
||||
bzip2 make
|
||||
ca-certificates make
|
||||
curl make
|
||||
fakeroot make
|
||||
|
@ -1 +1 @@
|
||||
1 4
|
||||
1 5
|
||||
|
Loading…
Reference in New Issue
Block a user