Skip to content

Commit

Permalink
修复 CI 问题 (LCTT#114)
Browse files Browse the repository at this point in the history
* 修复 CI 权限问题(aux-file-data.sh)

./aux-file-data.sh: Permission denied 问题

* 修复 CI 权限问题(make-aux-files.sh)

./make-aux-files.sh: Permission denied 问题
  • Loading branch information
martin2011qi authored Mar 21, 2019
1 parent 74bd510 commit 453cf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ validate: tmpdir
$(RENDERTMP)/lfs-html2.xml

$(Q)rm -f appendices/*.script
$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
$(Q)bash aux-file-data.sh $(RENDERTMP)/lfs-full.xml
@echo "Validation complete."

profile-html:
Expand Down
2 changes: 1 addition & 1 deletion aux-file-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

FILE=$1

./make-aux-files.sh
bash make-aux-files.sh

# Bootscript data
bootscripts=$(ls lfs-bootscripts*.bz2)
Expand Down

0 comments on commit 453cf2f

Please sign in to comment.