From: gggeek Date: Sat, 7 Jan 2023 17:48:58 +0000 (+0000) Subject: taskfile fixes X-Git-Tag: 4.9.4~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=65b64a273f5c368e7a1bc2385ab8b0e9b0d9796c;p=plcapi.git taskfile fixes --- diff --git a/doc/build/taskfile b/doc/build/taskfile index c12aac92..55d69540 100755 --- a/doc/build/taskfile +++ b/doc/build/taskfile @@ -65,6 +65,8 @@ function setup_tools() { #rm phive.phar.asc chmod +x build/phive cd build; ./phive install --trust-gpg-keys F33A0AF69AF7A8B15017DB526DA3ACC4991FFAE5 -t "$(pwd)" phpdocumentor; cd .. + # phive behaves weirdly... fix that + if [ -L ./build/phpDocumentor ]; then mv ./build/phpDocumentor ./build/phpdocumentor; fi #sudo chown -R "$(id -u):$(id -g)" build/vendor