summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-06-21 21:48:29 +0200
committerAlexandre Bouvier2022-06-21 21:48:29 +0200
commitfb8c572826d852a201c0651701750dc136bbfb8e (patch)
tree66ce519e5db69deeb7382a913f0628f80df3a0db
parentcf847594b13190f811f125967f8d5109e573f430 (diff)
downloadaur-fb8c572826d852a201c0651701750dc136bbfb8e.tar.gz
remove useless init
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8a21bc569a3..d51fcf27ee9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,6 @@ pkgver() {
prepare() {
cd $_pkgname
- git submodule init genconfig tests/fp/berkeley-{soft,test}float-3 ui/{keycodemapdb,thirdparty/{imgui,implot}}
git config submodule.genconfig.url ../genconfig
git config submodule.tests/fp/berkeley-softfloat-3.url ../berkeley-softfloat-3
git config submodule.tests/fp/berkeley-testfloat-3.url ../berkeley-testfloat-3