2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/libudev-zero/build

13 lines
242 B
Plaintext
Raw Normal View History

2021-08-29 03:58:28 +00:00
#!/bin/sh -ef
2020-07-22 06:18:58 +00:00
2020-09-15 05:45:56 +00:00
make PREFIX=/usr
2021-07-18 02:42:21 +00:00
make PREFIX=/usr install
2021-08-29 03:58:28 +00:00
mkdir -p "$1/usr/bin"
# Intentional, globbing disabled.
# shellcheck disable=2086
"$CC" -static $LDFLAGS $CFLAGS $CPPFLAGS \
-o "$1/usr/bin/libudev-zero-helper" contrib/helper.c