summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-07-21 14:39:32 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-07-21 14:39:32 +0200
commita26cd101d0e0ca58fb01c98c5bb1b4125fc32f51 (patch)
tree8ff53a4d9ae1603d69859a9fe571e8482b4a2b9e /dist
parentdd606d58a368a97d75127e3a3901d59e0a8541fd (diff)
Need to create sbin.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 97efa9109f7..ddaa5f0ff00 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -59,6 +59,7 @@ mkdir -p $INSTALLPATH/var/vespa/bundlecache/
mkdir -p $INSTALLPATH/var/vespa/cache/config/
mkdir -p $INSTALLPATH/var/vespa/cmdlines/
mkdir -p $INSTALLPATH/var/zookeeper/version-2/
+mkdir -p $INSTALLPATH/sbin
ln -s $PREFIX/lib/jars/config-model-fat.jar $INSTALLPATH/conf/configserver-app/components/config-model-fat.jar
ln -s $PREFIX/lib/jars/configserver-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/configserver.jar
@@ -67,7 +68,3 @@ ln -s $PREFIX/lib/jars/node-repository-jar-with-dependencies.jar $INSTALLPATH/co
ln -s $PREFIX/lib/jars/zkfacade-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/zkfacade.jar
ln -s $PREFIX/conf/configserver-app/components $INSTALLPATH/lib/jars/config-models
ln -s storaged-bin $INSTALLPATH/sbin/distributord-bin
-
-
-
-