From e436213b714651c2f3dbe37829b20637a8a6cb42 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 20 Jun 2011 23:08:09 +0000 Subject: [PATCH] Disable pdf-fixups.sh git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- pdf-fixups.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdf-fixups.sh b/pdf-fixups.sh index 329a423d1..0efe57ccd 100755 --- a/pdf-fixups.sh +++ b/pdf-fixups.sh @@ -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