Changeset 8a3554d
- Timestamp:
- Feb 21, 2006, 12:24:48 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:
- b15e4602
- Parents:
- e38d58c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-sgmlspm.sh
re38d58c r8a3554d 15 15 16 16 max_log_init sgmlspm ${SGMLSPM_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 17 ( 17 18 sed -i -e "s@/usr/local/bin@/usr/bin@" \ 18 19 -e "s@/usr/local/lib/perl5@/usr/${libdirname}/perl5/site_perl/${PERL_VER}@" \ 19 20 -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \ 20 Makefile \ 21 >> ${LOGFILE} 2>&1 && 21 Makefile 22 ) >> ${LOGFILE} 2>&1 && 23 echo " o Configure OK" || barf 22 24 23 25 min_log_init ${INSTLOGS} && 24 make install \ 25 >> ${LOGFILE} 2>&1 && 26 echo " o ALL OK" || barf 27 26 ( 27 make install && 28 28 install -d -m 755 /usr/share/doc/perl5 && 29 29 make install_html && 30 30 rm -f /usr/share/doc/perl5/SGMLSpm/sample.pl && 31 31 install -m 644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm 32 32 ) >> ${LOGFILE} 2>&1 && 33 echo " o ALL OK" || barf
Note:
See TracChangeset
for help on using the changeset viewer.