aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhia <[email protected]>2014-04-07 11:35:52 -0700
committerkhia <[email protected]>2014-04-07 11:35:52 -0700
commitc3a6be2e9062743cb9d848fe454abef86a6b034d (patch)
tree708112ca17a746ac3f0412cb9898e2aa83512f65
parentf350e80171c1f4f004babe0a7186336ad7a14aa7 (diff)
parent85044deafbbe63b6b0ca70dad404a5279b44bf73 (diff)
downloadkerl-c3a6be2e9062743cb9d848fe454abef86a6b034d.tar.gz
kerl-c3a6be2e9062743cb9d848fe454abef86a6b034d.tar.bz2
kerl-c3a6be2e9062743cb9d848fe454abef86a6b034d.zip
Merge pull request #65 from vlm/patch-1
Update kerl to grok KERL_INSTALL_MANPAGES env
-rwxr-xr-xkerl6
1 files changed, 6 insertions, 0 deletions
diff --git a/kerl b/kerl
index a6efde1..fd64e6a 100755
--- a/kerl
+++ b/kerl
@@ -46,6 +46,9 @@ fi
if [ -n "$KERL_DEPLOY_RSYNC_OPTIONS" ]; then
_KDRSYNC="$KERL_DEPLOY_RSYNC_OPTIONS"
fi
+if [ -n "KERL_INSTALL_MANPAGES" ]; then
+ _KIM="$KERL_INSTALL_MANPAGES"
+fi
KERL_CONFIGURE_OPTIONS=
KERL_CONFIGURE_APPLICATIONS=
KERL_CONFIGURE_DISABLE_APPLICATIONS=
@@ -76,6 +79,9 @@ fi
if [ -n "$_KDRSYNC" ]; then
KERL_DEPLOY_RSYNC_OPTIONS="$_KDRSYNC"
fi
+if [ -n "$_KIM" ]; then
+ KERL_INSTALL_MANPAGES="$_KIM"
+fi
if [ -z "$KERL_SASL_STARTUP" ]; then
INSTALL_OPT=-minimal