This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
winecfg_patch
mirror of
https://github.com/Fincer/winecfg_patch
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add author tags to shell scripts
master
Fincer
6 years ago
parent
920f4a1b13
commit
69e787a1ef
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
1-preconf-winecfg.sh
+2
-0
2-run-winecfg.sh
+2
-0
3-create-patchfile.sh
+ 2
- 0
1-preconf-winecfg.sh
View File
@ -4,6 +4,8 @@
#
# Wine must be installed.
# Wine-Staging recommended (and required by the original patch file).
#
# Author: Pekka Helenius (~Fincer), 2018
function
do_winecfg_changes
{
+ 2
- 0
2-run-winecfg.sh
View File
@ -1,6 +1,8 @@
#!/bin/sh
# Make patched winecfg dialog and run it on Wine
#
# Author: Pekka Helenius (~Fincer), 2018
WORKDIR
=
$(
pwd
)
+ 2
- 0
3-create-patchfile.sh
View File
@ -1,5 +1,7 @@
#!/bin/sh
# Create a patch file from winecfg code changes in the subdirectory b.
#
# Author: Pekka Helenius (~Fincer), 2018
LC_ALL
=
C diff -Burp a/programs/winecfg/ b/programs/winecfg/
|
grep -vi
'^only in'
> wine-staging_winecfg.patch
Write
Preview
Loading…
Cancel
Save