fix build issue
This commit is contained in:
parent
7289248925
commit
9b8b7be2d7
@ -16,7 +16,7 @@ build: clean
|
||||
cp -v ../../dist/compute-*[.tar.gz] $(BUILDDIR)/
|
||||
cp -r ../../docs $(BUILDDIR)/
|
||||
cp ../../extra/completion.bash $(BUILDDIR)/compute.bash-completion
|
||||
if [ -f build.sh.bak ]; then mv build.sh{.bak,}; fi
|
||||
if [ -f build.sh.bak ]; then mv build.sh.bak build.sh; fi
|
||||
cp build.sh{,.bak}
|
||||
awk '/authors/{gsub(/[\[\]]/,"");print $$3" "$$4}' ../pyproject.toml \
|
||||
| sed "s/['<>]//g" \
|
||||
|
Loading…
Reference in New Issue
Block a user