Ignore:
Timestamp:
02/09/2020 08:47:31 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c2ae89
Parents:
bbd73d4
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22645 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rbbd73d4 rdd4c317  
    383383
    384384sed -e 's/globalParams = new GlobalParams()/globalParams.reset(new GlobalParams())/' \
    385     -i sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
     385    -i sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx &amp;&amp;
    386386
    387387sed -e 's/printPath( GfxPath/printPath(const GfxPath/' \
    388388    -e 's/  GfxSubpath/ const GfxSubpath/' \
    389     -i sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.*
     389    -i sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.* &amp;&amp;
    390390
    391391./autogen.sh --prefix=$LO_PREFIX         \
Note: See TracChangeset for help on using the changeset viewer.