mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Change book build scripts to specify bash, not sh
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0a69835ccf
commit
abcee477f0
4
Makefile
4
Makefile
@ -67,7 +67,7 @@ nochunks: validxml profile-html
|
|||||||
@echo "Running Tidy..."
|
@echo "Running Tidy..."
|
||||||
$(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
|
$(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
|
||||||
@echo "Running obfuscate.sh..."
|
@echo "Running obfuscate.sh..."
|
||||||
$(Q)sh obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
$(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
||||||
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
|
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
|
||||||
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ tmpdir:
|
|||||||
|
|
||||||
validxml: tmpdir
|
validxml: tmpdir
|
||||||
@echo "Processing bootscripts..."
|
@echo "Processing bootscripts..."
|
||||||
$(Q)sh process-scripts.sh $(RENDERTMP)
|
$(Q)bash process-scripts.sh $(RENDERTMP)
|
||||||
@echo "Validating the book..."
|
@echo "Validating the book..."
|
||||||
$(Q)xmllint --nonet --noent --xinclude --postvalid \
|
$(Q)xmllint --nonet --noent --xinclude --postvalid \
|
||||||
-o $(RENDERTMP)/lfs-full.xml index.xml
|
-o $(RENDERTMP)/lfs-full.xml index.xml
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Boot scripts
|
# Boot scripts
|
||||||
for s in bootscripts/lfs/init.d/* \
|
for s in bootscripts/lfs/init.d/* \
|
||||||
|
Loading…
Reference in New Issue
Block a user