Ignore:
Timestamp:
Feb 21, 2006, 12:16:43 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3d3002d
Parents:
9b5d6cdc
Message:

r570@server (orig r568): ryan | 2005-06-09 08:43:10 -0700

  • Remove --without-gimp-print option, if gimp print exists, we want it
  • Use -no-remove option to unpack_tarball when installing fonts
  • create -32 and -64 symlinks



File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/untested/blfs-scripts/blfs-espgs.sh

    r9b5d6cdc r1a625f6  
    1414fi
    1515
    16 unpack_tarball espgs-${ESPGS_VER}
     16unpack_tarball espgs-${ESPGS_VER}-source
    1717cd ${PKGDIR}
    1818
     
    2424CFLAGS="${TGT_CFLAGS}" \
    2525CXXFLAGS="${TGT_CFLAGS}" \
    26 ./configure --prefix=/usr --without-gimp-print --without-omni ${extra_conf} \
     26./configure --prefix=/usr --without-omni ${extra_conf} \
    2727   --with-ijs \
    2828   >> ${LOGFILE} 2>&1 &&
     
    4848# Now, install fonts
    4949cd /usr/share/ghostscript
    50 unpack_tarball ghostscript-fonts-std-${GS_FONTS_STD_VER}
    51 unpack_tarball gnu-gs-fonts-other-${GS_FONTS_OTHER_VER}
     50unpack_tarball ghostscript-fonts-std-${GS_FONTS_STD_VER} -no-remove
     51unpack_tarball gnu-gs-fonts-other-${GS_FONTS_OTHER_VER} -no-remove
    5252chown -R root:root *
Note: See TracChangeset for help on using the changeset viewer.