diff options
author | 2019-10-18 00:37:50 +0200 | |
---|---|---|
committer | 2019-10-18 00:37:50 +0200 | |
commit | f86d2a47c95c5f7a50ee1ebc0f8d92d9a0a89c8e (patch) | |
tree | f1e7b8a617fbba4fed61eda5e274b426429d4237 /media-sound/timidity-eawpatches/files | |
parent | media-sound/shorten: Port to EAPI 7 (diff) | |
download | gentoo-f86d2a47c95c5f7a50ee1ebc0f8d92d9a0a89c8e.tar.gz gentoo-f86d2a47c95c5f7a50ee1ebc0f8d92d9a0a89c8e.tar.bz2 gentoo-f86d2a47c95c5f7a50ee1ebc0f8d92d9a0a89c8e.zip |
media-sound/timidity-eawpatches: Port to EAPI 7
Bug: https://bugs.gentoo.org/697272
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/timidity-eawpatches/files')
-rw-r--r-- | media-sound/timidity-eawpatches/files/timidity-eawpatches-12-fix-dir.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-fix-dir.patch b/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-fix-dir.patch new file mode 100644 index 000000000000..a41b0eac3d0e --- /dev/null +++ b/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-fix-dir.patch @@ -0,0 +1,9 @@ +--- a/linuxconfig/timidity.cfg ++++ b/linuxconfig/timidity.cfg +@@ -1,5 +1,5 @@ + #on my debian: /usr/local/share/timidity/timidity.cfg +-dir /home/user/eawpats/ ++dir /usr/share/timidity/eawpatches + source gravis.cfg + source gsdrums.cfg + source gssfx.cfg |