2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

baseinit: Install sources

This commit is contained in:
Dylan Araps 2020-03-07 14:38:31 +02:00
parent b3d7e23ca5
commit d77e341c6e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -9,4 +9,5 @@ cp -R lib "$1/usr/lib"
# shellcheck disable=2086
for bin in kpow kall; do
"${CC:-cc}" -o "$1/usr/bin/$bin" "bin/$bin.c" $CFLAGS -static
install -Dm644 "bin/$bin.c" "$1/usr/share/doc/kiss/init/$bin.c"
done