Changeset 1a625f6
- Timestamp:
- Feb 21, 2006, 12:16:43 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3d3002d
- Parents:
- 9b5d6cdc
- Location:
- scripts/untested/blfs-scripts
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-espgs.sh
r9b5d6cdc r1a625f6 14 14 fi 15 15 16 unpack_tarball espgs-${ESPGS_VER} 16 unpack_tarball espgs-${ESPGS_VER}-source 17 17 cd ${PKGDIR} 18 18 … … 24 24 CFLAGS="${TGT_CFLAGS}" \ 25 25 CXXFLAGS="${TGT_CFLAGS}" \ 26 ./configure --prefix=/usr --without- gimp-print --without-omni ${extra_conf} \26 ./configure --prefix=/usr --without-omni ${extra_conf} \ 27 27 --with-ijs \ 28 28 >> ${LOGFILE} 2>&1 && … … 48 48 # Now, install fonts 49 49 cd /usr/share/ghostscript 50 unpack_tarball ghostscript-fonts-std-${GS_FONTS_STD_VER} 51 unpack_tarball gnu-gs-fonts-other-${GS_FONTS_OTHER_VER} 50 unpack_tarball ghostscript-fonts-std-${GS_FONTS_STD_VER} -no-remove 51 unpack_tarball gnu-gs-fonts-other-${GS_FONTS_OTHER_VER} -no-remove 52 52 chown -R root:root *
Note:
See TracChangeset
for help on using the changeset viewer.