aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5-devel/files/patch-Configure
blob: 5c629aaab544ca54eac924f46ad413b59ff6d715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- Configure.orig  2016-11-02 08:18:01 UTC
+++ Configure
@@ -3878,7 +3878,10 @@ esac
 . ./posthint.sh
 
 : who configured the system
-cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
+case "$cf_time" in
+"")
+   cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;;
+esac
 case "$cf_by" in
 "")
    cf_by=`(logname) 2>/dev/null`
@@ -5059,7 +5062,7 @@ esac
 : Now check and see which directories actually exist, avoiding duplicates
 for xxx in $dlist
 do
-    if $test -d $xxx; then
+    if $test -d $xxx || [ $xxx = $prefix/lib ]; then
        case " $libpth " in
        *" $xxx "*) ;;
        *) libpth="$libpth $xxx";;
@@ -9654,8 +9657,7 @@ prefixvar=siteman3dir
 
 : determine where add-on public executable scripts go
 case "$sitescript" in
-'')    dflt=$siteprefix/script
-   $test -d $dflt || dflt=$sitebin ;;
+'')    dflt=$sitebin ;;
 *)  dflt="$sitescript" ;;
 esac
 fn=d~+