summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-23 19:46:36 +0200
committerMichel Zou2021-09-23 19:46:36 +0200
commit8a8eb3de1e4689d2e64c43f563c69870ebbfcc39 (patch)
tree1fd4fbdc79c5e7d808b69169813ef80b60468335
parentc04a8d1677f015ba0e8afc252110aae85d63760d (diff)
downloadaur-8a8eb3de1e4689d2e64c43f563c69870ebbfcc39.tar.gz
3rdParty
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acf586f634df..9c167b0a260c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha1sums=('SKIP')
prepare() {
cd "$srcdir/OpenModelica"
git remote set-url origin ${_giturl}
- git submodule update --force --init --recursive
+ git submodule update --force --init --recursive OMCompiler/3rdParty
}
build() {