diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 12:16:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 12:16:25 +0000 |
commit | afdf87ad777c69602cae38888da5fa4053d5b7f7 (patch) | |
tree | 13bb54299f93790c3977f2b27d195d799d9941f2 /djgpp | |
parent | fe50f7441562491536981b26b3f2d6eeb520a36b (diff) | |
download | perl-afdf87ad777c69602cae38888da5fa4053d5b7f7.tar.gz |
DJGPP updates from Laszlo Molnar.
p4raw-id: //depot/perl@16619
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/djgppsed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh index 6401681dbd..02c4416966 100644 --- a/djgpp/djgppsed.sh +++ b/djgpp/djgppsed.sh @@ -46,3 +46,4 @@ sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.p sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t sed -e 's=L_ctermid==g' ext/POSIX/Makefile.PL >s; mv -f s ext/POSIX/Makefile.PL +sed -e $SPACKLIST lib/ExtUtils/t/Installed.t >s; mv -f s lib/ExtUtils/t/Installed.t |