(svn r14117) -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not.
authorrubidium
Thu, 21 Aug 2008 00:02:45 +0000
changeset 9962 f23744f8873c
parent 9961 5c062b07d3f7
child 9963 9823664dd4af
(svn r14117) -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not.
configure
--- a/configure	Wed Aug 20 22:43:19 2008 +0000
+++ b/configure	Thu Aug 21 00:02:45 2008 +0000
@@ -17,7 +17,7 @@
 ROOT_DIR="`cd $ROOT_DIR && pwd`"
 
 PWD="`pwd`"
-PREFIX="`pwd`/bin"
+PREFIX="$PWD/bin"
 
 . $ROOT_DIR/config.lib