2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

busybox: remove unintended change

This commit is contained in:
Dylan Araps 2021-07-18 07:19:49 +03:00
parent b5778a061c
commit 16a357ba6e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -22,7 +22,7 @@ esac
# Build and install regular busybox.
# This excludes utilities which require 'suid' to function.
make V=1 HOSTCC="$CC"
make HOSTCC="$CC"
make CONFIG_PREFIX="$1/usr" install
# Rename the binary temporarily.