summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-11-17 13:20:43 -0700
committerJoshH1002019-11-17 13:20:43 -0700
commitb1af257ae8d241accdfb3d97dde615e06ced2279 (patch)
treefbd2ca7d55d40512caf595e826ae3f1c42e23478
parenta9ff082a79e54b66e7fbc746061093baaaf2bb9a (diff)
downloadaur-b1af257ae8d241accdfb3d97dde615e06ced2279.tar.gz
fixed submodules sync syntax
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56172cb3a407..1f8288c3aca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=("https://github.com/ValveSoftware/Proton/archive/$pkgname-$_pkgver.tar.g
prepare() {
cd "Proton-$pkgname-$_pkgver"
- git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git .
+ git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git
#sed -i 's,wined3d-interop.h,wine/wined3d-interop.h,g' vrclient_x64/vrclient_x64/*
}