summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgar2024-04-04 09:04:36 +0200
committeralgar2024-04-04 09:04:36 +0200
commitd4d3d796fa0c812e63a7885f04cf0b53da70cb6a (patch)
treefb93ba81fad339b947f8e3cc4779b5b05415d6e0
parentf0dc6a7104a7789452812bc3c67141244bf8a0eb (diff)
downloadaur-d4d3d796fa0c812e63a7885f04cf0b53da70cb6a.tar.gz
Removed code about wrong submodule path.
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 635fe0216750..05dfd500fc8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,6 @@ pkgver() {
prepare() {
cd "${srcdir}/OpenSpace"
- # deleted wrong submodule path
- git rm --cached modules/sound/ext/soloud
git submodule update --init --recursive
}