X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fapache-template-update;h=f094eaedccde3ea0f238635784e8416151a8c1be;hb=c61c2a4ce84abe9e6685711fa827407ca84db915;hp=bf14cbde2ae253f046b7fca6abbc18395555adce;hpb=3489ba11f6590a3e30b0800ebd6ecc49bbcf1da0;p=mkws-moved-to-github.git diff --git a/test/bin/apache-template-update b/test/bin/apache-template-update index bf14cbd..f094eae 100755 --- a/test/bin/apache-template-update +++ b/test/bin/apache-template-update @@ -18,7 +18,9 @@ export MKWS_ROOT=$(pwd)/.. MKWS_OS=debian case $(uname) in - Darwin ) MKWS_OS=macos ;; + Darwin ) MKWS_OS=macos + test -e libexec || ln -fs /usr/libexec . + ;; Linux ) MKWS_OS=debian if [ -e /etc/debian_version ]; then MKWS_OS=debian