Specify the correct inih subproject directory.

This commit is contained in:
Ahsan Fayaz 2021-02-18 18:52:59 +00:00
parent 993857d0e8
commit 0344e7c311

View File

@ -13,7 +13,7 @@ git archive HEAD --format=tar --prefix=${NAME}-${VERSION}/ --output=${NAME}-${VE
# get code from subprojects # get code from subprojects
meson subprojects download meson subprojects download
meson subprojects update meson subprojects update
tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih/ tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih-r53/
# compress archive # compress archive
xz -9 "${NAME}-${VERSION}.tar" xz -9 "${NAME}-${VERSION}.tar"