blob: 198aeff4965e30a35848cba1f77e17ea19d5f05e (
plain)
1
2
3
4
5
6
|
#!/bin/sh -e
# Switched back to the rsync installation method
# as it is back to core, and sbase find causes a
# faulty manifest generation.
make headers_install INSTALL_HDR_PATH="$1/usr"
|