Skip to content

Instantly share code, notes, and snippets.

Created March 13, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3ba4764b390574d89d1e712f34cf7ad3 to your computer and use it in GitHub Desktop.
Save anonymous/3ba4764b390574d89d1e712f34cf7ad3 to your computer and use it in GitHub Desktop.
fix submodule issue
prepare() {
cd "$srcdir/$_pkgname"
msg2 "Getting submodules"
git config --file=.gitmodules submodule."lib/axc".url https://github.com/gkdr/axc
git config --file=.gitmodules submodule."lib/libomemo".url https://github.com/gkdr/libomemo
git submodule sync
git submodule update --init --recursive --remote
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment