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