repo/extra/libudev-zero/build

5 lines
69 B
Plaintext
Raw Normal View History

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