diff options
author | Euan Thoms <euan@potensol.com> | 2014-08-16 07:43:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-16 07:43:16 +0700 |
commit | 8fd588acdc44c9c8d4413bc16be5a57605db5eca (patch) | |
tree | 3891593851db0e182e7e5adb7c16c531bae54dd6 /libraries | |
parent | a4ac55b94a529228bd6525d02725ff78a90e0b83 (diff) | |
download | slackbuilds-8fd588acdc44c9c8d4413bc16be5a57605db5eca.tar.gz |
libraries/belle-sip: Make sure jdk is in PATH.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/belle-sip/belle-sip.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/belle-sip/belle-sip.SlackBuild b/libraries/belle-sip/belle-sip.SlackBuild index 304669c753..8c162b628f 100644 --- a/libraries/belle-sip/belle-sip.SlackBuild +++ b/libraries/belle-sip/belle-sip.SlackBuild @@ -73,6 +73,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +# Ensure java is in $PATH +export PATH=$PATH:/usr/lib${LIBDIRSUFFIX}/java/bin + # Ammend configure.ac for 64bit support and direct it to build dep antlr.jar cp configure.ac configure.ac.orig sed -i \ |