Skip to content

Commit

Permalink
lutris-fshack-6.21-6, generated with Tk-Glitch/PKGBUILDS
Browse files Browse the repository at this point in the history
  • Loading branch information
tannisroot committed Dec 4, 2021
1 parent 10d84b9 commit 3f5f3f9
Show file tree
Hide file tree
Showing 363 changed files with 154,770 additions and 46,554 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install-manpages:: manpages
# Rules for generated source files

dlls/ntdll/unix/version.c: dummy
@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)
@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)

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

0 comments on commit 3f5f3f9

Please sign in to comment.