Forgot to add '&&' to the new seds.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22645 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-02-09 20:47:31 +00:00
parent bbd73d4893
commit dd4c317660

View File

@ -382,11 +382,11 @@ sed -e '/JAVA_SOURCE_VER/s/6/7/' \
-i configure.ac &&
sed -e 's/globalParams = new GlobalParams()/globalParams.reset(new GlobalParams())/' \
-i sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
-i sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx &&
sed -e 's/printPath( GfxPath/printPath(const GfxPath/' \
-e 's/ GfxSubpath/ const GfxSubpath/' \
-i sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.*
-i sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.* &&
./autogen.sh --prefix=$LO_PREFIX \
--sysconfdir=/etc \