Skip to content

Commit 9fa3f75

Browse files
committed
lutris-fshack-6.21-4, generated with Tk-Glitch/PKGBUILDS
1 parent 94ea028 commit 9fa3f75

File tree

363 files changed

+155358
-46548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+155358
-46548
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ install-manpages:: manpages
119119
# Rules for generated source files
120120

121121
dlls/ntdll/unix/version.c: dummy
122-
@version=`(GIT_DIR=$(srcdir)/.git git describe HEAD 2>/dev/null || echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1 (Staging)";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || (rm -f $@ && exit 1)
122+
@version=`(echo "wine-6.21.r0.g63c3baa9") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1 ( TkG Staging Esync Fsync )";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || (rm -f $@ && exit 1)
123123

124124
programs/winetest/build.rc: dummy
125125
@build="STRINGTABLE { 1 \"`GIT_DIR=$(srcdir)/.git git rev-parse HEAD 2>/dev/null`\" }" && (echo $$build | cmp -s - $@) || echo $$build >$@ || (rm -f $@ && exit 1)

0 commit comments

Comments
 (0)