diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-04 23:25:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-04 23:25:04 +0000 |
commit | b7a73309b8530cbdcbcf7de31e63df301f0c61dd (patch) | |
tree | 4d9f856515c408ecdbc05e2f792624953a95cb78 /epoc | |
parent | b68ece06e2cf4b8e1f7a860c1625cd5817c8c80b (diff) | |
download | perl-b7a73309b8530cbdcbcf7de31e63df301f0c61dd.tar.gz |
Enable disabling scripts installation by Configure -Uinstallscripts,
suggested by H. Merijn Brand.
p4raw-id: //depot/perl@7146
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index d9be3a7acc..a3b2872b35 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -494,6 +494,7 @@ installprivlib='/home/of/PERL/perl/lib/5.6.0/' installscript='/home/of/PERL/bin/' installsitearch='/home/of/PERL/site/lib/site_perl/5.6.0/epoc' installsitelib='/home/of/PERL/perl/lib/site_perl/5.6.0' +installscripts='define' installstyle='' installusrbinperl='undef' installvendorlib='' |