diff options
Diffstat (limited to 'data/launchd/make.sh')
-rw-r--r-- | data/launchd/make.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/launchd/make.sh b/data/launchd/make.sh new file mode 100644 index 000000000..cf4270d30 --- /dev/null +++ b/data/launchd/make.sh @@ -0,0 +1,6 @@ +pkg:setup +cd launchd +pkg:configure --bindir=/bin --sbindir=/sbin --sysconfdir=/etc +export SDKROOT=${PKG_ROOT} +make +pkg:install |