1 2 3 4 5 6 7
#!/bin/sh -e make headers # This is used to install headers without an # rsync dependency. find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \;