Changeset 8a3554d for scripts


Ignore:
Timestamp:
Feb 21, 2006, 12:24:48 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:
b15e4602
Parents:
e38d58c
Message:

r611@server (orig r609): ryan | 2005-08-05 23:37:09 -0700
Ensure all output goes to the logfiles


File:
1 edited

Legend:

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

    re38d58c r8a3554d  
    1515
    1616max_log_init sgmlspm ${SGMLSPM_VER} "blfs (shared)" ${CONFLOGS} ${LOG}
     17(
    1718sed -i -e "s@/usr/local/bin@/usr/bin@" \
    1819       -e "s@/usr/local/lib/perl5@/usr/${libdirname}/perl5/site_perl/${PERL_VER}@" \
    1920       -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
    20    Makefile \
    21    >> ${LOGFILE} 2>&1 &&
     21   Makefile
     22) >> ${LOGFILE} 2>&1 &&
     23echo " o Configure OK" || barf
    2224
    2325min_log_init ${INSTLOGS} &&
    24 make install \
    25    >> ${LOGFILE} 2>&1 &&
    26 echo " o ALL OK" || barf
    27 
     26(
     27make install &&
    2828install -d -m 755 /usr/share/doc/perl5 &&
    2929make install_html &&
    3030rm -f /usr/share/doc/perl5/SGMLSpm/sample.pl &&
    3131install -m 644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm
    32 
     32) >> ${LOGFILE} 2>&1 &&
     33echo " o ALL OK" || barf
Note: See TracChangeset for help on using the changeset viewer.