Skip to content

Commit 5d2f4ab

Browse files
committed
Fixed PKGBUILD.in
1 parent 2969cba commit 5d2f4ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PKGBUILD.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ build() {
2525
msg "The local files are updated."
2626
else
2727
git clone "$_gitroot" "$_gitname"
28-
cd $_gitname
28+
fi
29+
msg "Updating submodules..."
30+
cd "$srcdir/$_gitname"
2931
git submodule init
3032
git submodule update
31-
fi
3233

3334
msg "GIT checkout done or server timeout"
3435
msg "Starting build..."

0 commit comments

Comments
 (0)