summaryrefslogtreecommitdiff
path: root/packages/perl/perl-5.8.7/config.sh-i686-linux
diff options
context:
space:
mode:
authorDavid Karlstrom <daka@thg.se>2005-07-30 21:18:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-30 21:18:47 +0000
commit159fa0a44ce001a4cf96a940830c2ad28252ba2f (patch)
tree7bf0098731f96402b825545ffd380d5ce049e9db /packages/perl/perl-5.8.7/config.sh-i686-linux
parent1e01ba191c1bb6d550ddfd76891c16f308eee92b (diff)
Change startperl from #!hostperl to #!/usr/bin/perl so that the perl utilities like cpan works
Diffstat (limited to 'packages/perl/perl-5.8.7/config.sh-i686-linux')
-rw-r--r--packages/perl/perl-5.8.7/config.sh-i686-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/perl-5.8.7/config.sh-i686-linux b/packages/perl/perl-5.8.7/config.sh-i686-linux
index b09b7140e7..313ff2fbb1 100644
--- a/packages/perl/perl-5.8.7/config.sh-i686-linux
+++ b/packages/perl/perl-5.8.7/config.sh-i686-linux
@@ -905,7 +905,7 @@ srand48_r_proto='0'
srandom_r_proto='0'
src='.'
ssizetype='ssize_t'
-startperl='#!hostperl'
+startperl='#!/usr/bin/perl'
startsh='#!/bin/sh'
static_ext=' '
stdchar='char'