aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-27 13:12:30 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-27 20:13:05 +0000
commit2034c3ea6f55494b0eae43a23dee6872cfffc130 (patch)
tree9ea0ed1fda5746418a238b1ae28e8f6fdb4d879a /macosx-support-lib-patches
parent8807e6b96dab5db61e362495b9c251d814e3ea47 (diff)
Fix the path to the "fix one .pc file" script.
Change-Id: I1c16fe2076794e0b55b45417d9019440b0658037 Reviewed-on: https://code.wireshark.org/review/3217 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-support-lib-patches')
-rwxr-xr-xmacosx-support-lib-patches/qt-fix-pc-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-support-lib-patches/qt-fix-pc-files b/macosx-support-lib-patches/qt-fix-pc-files
index a2b81bdba5..43e4c438a3 100755
--- a/macosx-support-lib-patches/qt-fix-pc-files
+++ b/macosx-support-lib-patches/qt-fix-pc-files
@@ -12,4 +12,4 @@ then
echo "Usage: qt-fix-pc-files <top-level Qt directory>" 1>&1
exit 1
fi
-find "$1" -name "*.pc" -exec ./qt-fix-pc-file {} ";"
+find "$1" -name "*.pc" -exec macosx-support-lib-patches/qt-fix-pc-file {} ";"