mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
bbd73d4893
commit
dd4c317660
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user