From 65b64a273f5c368e7a1bc2385ab8b0e9b0d9796c Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Jan 2023 17:48:58 +0000 Subject: [PATCH] taskfile fixes --- doc/build/taskfile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.0