Changeset 3390 in MondoRescue
- Timestamp:
- Jun 3, 2015, 7:37:48 PM (10 years ago)
- Location:
- branches/3.2/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3388 r3390 2634 2634 LogIt "INFO: Analyzing perl modules dependencies" $MINDI_TMP/$$.log 2635 2635 mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/[s]*bin/mr-* 2>> $MINDI_TMP/$$.log > $MINDI_TMP/perl.lis 2636 LogIt "DBG4: Modules found:" $MINDI_TMP/$$.log 2637 LogIt "--------------------" $MINDI_TMP/$$.log 2638 cat $MINDI_TMP/perl.lis >> $MINDI_TMP/$$.log 2639 LogIt "--------------------" $MINDI_TMP/$$.log 2636 2640 tar cf - `cat $MINDI_TMP/perl.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in perl scripts analysis" $MINDI_TMP/$$.log 2637 2641 -
branches/3.2/mindi/mindi-get-perl-modules
r3389 r3390 105 105 print TMPF "use bytes;\n"; 106 106 print TMPF "# To prevent a bug with perl 5.10.0\n"; 107 print TMPF "require Tie::Hash::NamedCapture;\n"; 107 print TMPF "use Tie::Hash::NamedCapture;\n"; 108 print TMPF "# To prevent a bug somewhere with scan_deps :-(\n"; 109 print TMPF "use lib;\n"; 108 110 close(TMPF); 109 111
Note:
See TracChangeset
for help on using the changeset viewer.