2010-07-14 19:24:21 +02:00
|
|
|
--- Configure.orig 2010-07-14 15:28:45.000000000 +0000
|
|
|
|
+++ Configure 2010-07-14 15:29:23.000000000 +0000
|
2011-08-08 16:32:41 +02:00
|
|
|
@@ -4798,7 +4798,7 @@
|
2010-07-14 19:24:21 +02:00
|
|
|
libpth=''
|
|
|
|
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";;
|
2011-08-08 16:32:41 +02:00
|
|
|
@@ -9125,8 +9125,7 @@
|
|
|
|
|
|
|
|
: 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~+
|