clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 10e90e4 was 8a3554d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r611@server (orig r609): ryan | 2005-08-05 23:37:09 -0700
Ensure all output goes to the logfiles
|
-
Property mode
set to
100755
|
File size:
771 bytes
|
Rev | Line | |
---|
[617118d] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ### sgmlspm ###
|
---|
| 4 |
|
---|
| 5 | cd ${SRC}
|
---|
| 6 | LOG=sgmlspm-blfs.log
|
---|
| 7 |
|
---|
| 8 | SELF=`basename ${0}`
|
---|
| 9 | set_buildenv
|
---|
| 10 | set_libdirname
|
---|
| 11 | setup_multiarch
|
---|
| 12 |
|
---|
| 13 | unpack_tarball SGMLSpm-${SGMLSPM_VER}
|
---|
| 14 | cd ${PKGDIR}
|
---|
| 15 |
|
---|
| 16 | max_log_init sgmlspm ${SGMLSPM_VER} "blfs (shared)" ${CONFLOGS} ${LOG}
|
---|
[8a3554d] | 17 | (
|
---|
[617118d] | 18 | sed -i -e "s@/usr/local/bin@/usr/bin@" \
|
---|
| 19 | -e "s@/usr/local/lib/perl5@/usr/${libdirname}/perl5/site_perl/${PERL_VER}@" \
|
---|
| 20 | -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
|
---|
[8a3554d] | 21 | Makefile
|
---|
| 22 | ) >> ${LOGFILE} 2>&1 &&
|
---|
| 23 | echo " o Configure OK" || barf
|
---|
[617118d] | 24 |
|
---|
| 25 | min_log_init ${INSTLOGS} &&
|
---|
[8a3554d] | 26 | (
|
---|
| 27 | make install &&
|
---|
[617118d] | 28 | install -d -m 755 /usr/share/doc/perl5 &&
|
---|
| 29 | make install_html &&
|
---|
| 30 | rm -f /usr/share/doc/perl5/SGMLSpm/sample.pl &&
|
---|
| 31 | install -m 644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm
|
---|
[8a3554d] | 32 | ) >> ${LOGFILE} 2>&1 &&
|
---|
| 33 | echo " o ALL OK" || barf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.