repo/extra/libudev-zero/build

13 lines
255 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
2023-03-02 14:40:00 +00:00
make PREFIX=/usr DESTDIR="$1" 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