ect: Fix submodule path
This commit is contained in:
parent
ecd597da60
commit
073095acdc
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ sha512sums=('SKIP'
|
|||
prepare() {
|
||||
cd "$_pkgname"
|
||||
git submodule init
|
||||
git config submodule.lib/libpng.url "$srcdir"/src/libpng
|
||||
git config submodule.lib/mozjpeg.url "$srcdir"/src/mozjpeg
|
||||
git config submodule.src/libpng.url "$srcdir"/libpng
|
||||
git config submodule.src/mozjpeg.url "$srcdir"/mozjpeg
|
||||
git -c protocol.file.allow=always submodule update
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue