diff options
author | Vincent Pit <perl@profvince.com> | 2010-04-30 12:40:08 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2010-04-30 12:40:08 +0200 |
commit | b70b2c2a9fca4b1a95bf0ae8d22c2064a086b603 (patch) | |
tree | 24b1645a13f7a34b791dec8136eab4727a8ee929 /hints | |
parent | d4f05c0b45a1073686d132ef05de13945f29ac59 (diff) | |
download | perl-b70b2c2a9fca4b1a95bf0ae8d22c2064a086b603.tar.gz |
Re-run bump-perl-version to update a few missing spots
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dgux.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hints/dgux.sh b/hints/dgux.sh index 7d5b0ccf6c..b2ddbdc26b 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -54,14 +54,14 @@ libpth="/usr/lib" ##################################### prefix=/usr/local -perlpath="$prefix/bin/perl511" -startperl="#! $prefix/bin/perl511" -privlib="$prefix/lib/perl511" +perlpath="$prefix/bin/perl513" +startperl="#! $prefix/bin/perl513" +privlib="$prefix/lib/perl513" man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" -sitearch="$prefix/lib/perl511/$archname" -sitelib="$prefix/lib/perl511" +sitearch="$prefix/lib/perl513/$archname" +sitelib="$prefix/lib/perl513" #Do not overwrite by default /usr/bin/perl of DG/UX installusrbinperl="$undef" @@ -140,7 +140,7 @@ unset sde_path default_sde sde # <takis@XFree86.Org> ##################################### -libperl="libperl511.so" +libperl="libperl513.so" # Many functions (eg, gethostent(), killpg(), getpriority(), setruid() # dbm_*(), and plenty more) are defined in -ldgc. Usually you don't @@ -207,8 +207,8 @@ $define|true|[yY]*) # DG/UX library! libswanted="dbm posix resolv socket nsl dl m rte" archname="ix86-dgux-thread" - sitearch="$prefix/lib/perl511/$archname" - sitelib="$prefix/lib/perl511" + sitearch="$prefix/lib/perl513/$archname" + sitelib="$prefix/lib/perl513" case "$cc" in *gcc*) #### Use GCC -2.95.2/3 rev (DG/UX) and -pthread |