mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Specify correct inih directory after update to r54
This commit is contained in:
parent
5fff74598a
commit
4dc99dff76
@ -13,7 +13,7 @@ git archive HEAD --format=tar --prefix=${NAME}-${VERSION}/ --output=${NAME}-${VE
|
||||
# get code from subprojects
|
||||
meson subprojects download
|
||||
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
|
||||
xz -9 "${NAME}-${VERSION}.tar"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user