Explorar o código

Specify correct inih directory after update to r54

Ahsan Fayaz %!s(int64=2) %!d(string=hai) anos
pai
achega
4dc99dff76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/mkrelease.sh

+ 1 - 1
scripts/mkrelease.sh

@@ -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-r53/
+tar -rf ${NAME}-${VERSION}.tar --exclude-vcs --transform="s,^subprojects,${NAME}-$VERSION/subprojects," subprojects/inih-r54/
 # compress archive
 # compress archive
 xz -9 "${NAME}-${VERSION}.tar"
 xz -9 "${NAME}-${VERSION}.tar"