8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
yes "linux/serialmeter.cc" | patch -p1 < musl-fix.patch
|
|
sed -i 's/\/usr\/local/\/usr/' Makefile
|
|
|
|
make
|
|
make DESTDIR="$1" install
|