git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e9ff3
)
taskfile fixes
author
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 17:48:58 +0000
(17:48 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 17:48:58 +0000
(17:48 +0000)
doc/build/taskfile
patch
|
blob
|
history
diff --git
a/doc/build/taskfile
b/doc/build/taskfile
index
c12aac9
..
55d6954
100755
(executable)
--- 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