diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-24 11:14:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-24 11:14:43 +0000 |
commit | b8f067006afad15c18a7a7f38940359571795fee (patch) | |
tree | d9c4a366db79c9f10316a03c1c2e6b602b446326 /djgpp/djgppsed.sh | |
parent | 6ece0f6b864198900c6c4c7cd5acd2d25925d1d1 (diff) | |
download | perl-b8f067006afad15c18a7a7f38940359571795fee.tar.gz |
DJGPP tweaks for Laszlo Molnar.
p4raw-id: //depot/perl@12166
Diffstat (limited to 'djgpp/djgppsed.sh')
-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 76911fd230..bb35eb0720 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 $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst 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 |