summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59eed8415df2..c11f2b98b9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
cd "$srcdir/${pkgname%-git}"
git submodule init
- git config submodule.pybind11.url ${srcdir}/pybind11
+ git config submodule.pybind11.url "${srcdir}/pybind11"
git submodule update
}