Browse Source

Add author tags to shell scripts

master
Fincer 6 years ago
parent
commit
69e787a1ef
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      1-preconf-winecfg.sh
  2. +2
    -0
      2-run-winecfg.sh
  3. +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

Loading…
Cancel
Save