diff options
Diffstat (limited to 'games/py-poker-eval/files/patch-config-ltmain.sh')
| -rw-r--r-- | games/py-poker-eval/files/patch-config-ltmain.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/py-poker-eval/files/patch-config-ltmain.sh b/games/py-poker-eval/files/patch-config-ltmain.sh index b0aac2ffa71c..348682462a3b 100644 --- a/games/py-poker-eval/files/patch-config-ltmain.sh +++ b/games/py-poker-eval/files/patch-config-ltmain.sh @@ -1,14 +1,14 @@ ---- config/ltmain.sh.orig Thu Dec 14 22:00:03 2006 -+++ config/ltmain.sh Thu Dec 14 22:00:20 2006 -@@ -6003,10 +6003,12 @@ +--- config/ltmain.sh.orig 2009-09-08 01:06:40.961772193 +0800 ++++ config/ltmain.sh 2009-09-08 01:06:54.440767557 +0800 +@@ -2077,10 +2077,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + func_basename "$file" + name="$func_basename_result" instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + fi # Maybe install the static library, too. |
