diff options
Diffstat (limited to 'gnu/packages/patches/stk-5.0.1-fix-typo.patch')
-rw-r--r-- | gnu/packages/patches/stk-5.0.1-fix-typo.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/patches/stk-5.0.1-fix-typo.patch b/gnu/packages/patches/stk-5.0.1-fix-typo.patch new file mode 100644 index 0000000000..b4160dcdc6 --- /dev/null +++ b/gnu/packages/patches/stk-5.0.1-fix-typo.patch @@ -0,0 +1,8 @@ +This patch fixes typo. + +diff -ruN stk-5.0.1-a/projects/eguitar/ElectricGuitar stk-5.0.1-b/projects/eguitar/ElectricGuitar +--- stk-5.0.1-a/projects/eguitar/ElectricGuitar 2024-11-30 15:07:14.267988301 +0530 ++++ stk-5.0.1-b/projects/eguitar/ElectricGuitar 2024-11-30 15:05:40.951986213 +0530 +@@ -1 +1 @@ +-wish < tcl/Eguitar.tcl | ./eguitar -or -ip ++wish < tcl/EGuitar.tcl | ./eguitar -or -ip |