- Timestamp:
- Mar 10, 2006, 3:04:27 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:
- 135c6f8
- Parents:
- b023e30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/native-scripts/temp-perl.sh
rb023e30 r63183e0 78 78 min_log_init ${INSTLOGS} && 79 79 { 80 rm -f ${TGT_TOOLS}/bin/perl 80 81 cp perl ${TGT_TOOLS}/bin/perl && 81 82 cp pod/pod2man ${TGT_TOOLS}/bin && … … 85 86 echo " o ALL OK" || barf 86 87 88 if [ "${MULTIARCH}" = "Y" ]; then 89 use_wrapper ${TGT_TOOLS}/bin/perl 90 fi
Note:
See TracChangeset
for help on using the changeset viewer.