Skip to content

Commit

Permalink
lutris-6.21, generated with Tk-Glitch/PKGBUILDS
Browse files Browse the repository at this point in the history
  • Loading branch information
tannisroot committed Nov 13, 2021
1 parent b450b63 commit dd2498d
Show file tree
Hide file tree
Showing 327 changed files with 146,452 additions and 46,172 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
Loading

0 comments on commit dd2498d

Please sign in to comment.