repo/extra/libudev-zero/build

5 lines
69 B
Plaintext
Raw Normal View History

2020-07-22 00:18:58 -06:00
#!/bin/sh -e
2020-09-14 23:45:56 -06:00
make PREFIX=/usr
2020-07-22 00:18:58 -06:00
make DESTDIR="$1" PREFIX=/usr install