diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-18 16:51:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-18 16:51:38 (EDT) |
commit | 3bc58eb4d8fa777db7f231b1c4cc6b33b3294ed3 (patch) | |
tree | 432e8daf6969b8a56a6e06b04e83f97708e33643 | |
parent | 9feddede4384bf9ad55bc1537f80f2f452eac852 (diff) |
build: Set SCRIPT_INSTALL_DIR.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ build: configure install: build oh-autoinstall -s src/unix -- \ + SCRIPT_INSTALL_DIR='$$(INSTALL_ROOT)/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' oh-fixperms oh-strip |