2023-09-28 13:44:21 +00:00
|
|
|
diff --git a/qtbase/configure b/qtbase/configure
|
|
|
|
index e57707dc..d8f6c934 100755
|
2022-12-21 15:15:22 +00:00
|
|
|
--- a/qtbase/configure
|
|
|
|
+++ b/qtbase/configure
|
2023-09-28 13:44:21 +00:00
|
|
|
@@ -9,9 +9,9 @@
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
# the directory of this script is the "source tree"
|
2023-09-28 13:44:21 +00:00
|
|
|
relpath=`dirname "$0"`
|
2022-12-21 15:15:22 +00:00
|
|
|
-relpath=`(cd "$relpath"; /bin/pwd)`
|
|
|
|
+relpath=`(cd "$relpath"; pwd)`
|
|
|
|
# the current directory is the "build tree" or "object tree"
|
|
|
|
-outpath=`/bin/pwd`
|
|
|
|
+outpath=`pwd`
|
2023-09-28 13:44:21 +00:00
|
|
|
outpathPrefix=$outpath
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
# do this early so we don't store it in config.status
|