mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Disable pdf-fixups.sh
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
483838e91e
commit
e436213b71
@ -11,5 +11,6 @@ FILE=$1
|
||||
LINE=$( grep -n "DO NOT EDIT" $FILE | cut -f1 -d: )
|
||||
LINE=$(( LINE - 1 ))
|
||||
|
||||
sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
|
||||
# Not needed
|
||||
#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user