summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-11-26 23:07:08 +0100
committerEmmanuel Gil Peyrot2020-11-26 23:07:20 +0100
commit4cf961febf71f269e7f25b4fba94bd79d4d8962e (patch)
tree9fe61b44662ebf5a9c3b54c2ecb8206946371a19
parentc9c07a97544355d8eef35679f25cfd71b6dac63c (diff)
downloadaur-4cf961febf71f269e7f25b4fba94bd79d4d8962e.tar.gz
remove unneeded submodule update
There is no submodule in this program.
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5bc8a7066e4..04e23967e93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,10 +25,6 @@ pkgver() {
}
prepare(){
- cd "${srcdir}/$_pkgname"
- git submodule init
- git submodule update --init --recursive
-
cd "${srcdir}/${_pkgname}/${_builddir}"
meson setup ../../../build/ \