kiss-mfavila-large/ports/xosview/build

8 lines
142 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
yes "linux/serialmeter.cc" | patch -p1 < musl-fix.patch
sed -i 's/\/usr\/local/\/usr/' Makefile
make
make DESTDIR="$1" install