5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
install -d "$1/usr/include"
|
||
|
install -m644 ./include/*.h "$1/usr/include"
|