summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/fluid-soundfont/README4
-rw-r--r--audio/fluid-soundfont/README.timidity9
-rw-r--r--audio/fluid-soundfont/fluid-soundfont.SlackBuild2
3 files changed, 3 insertions, 12 deletions
diff --git a/audio/fluid-soundfont/README b/audio/fluid-soundfont/README
index fe65ffe8c5..a7658f3731 100644
--- a/audio/fluid-soundfont/README
+++ b/audio/fluid-soundfont/README
@@ -6,5 +6,5 @@ This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware
This package includes a shell script wrapper "fluidplay" that runs
fluidsynth with this SoundFont pre-loaded.
-This package can also be used with TiMidity++. See README.timidity in
-the documentation directory.
+This package can also be used with TiMidity++ (have a look at its
+/etc/timidity.cfg).
diff --git a/audio/fluid-soundfont/README.timidity b/audio/fluid-soundfont/README.timidity
deleted file mode 100644
index 63cabf96d5..0000000000
--- a/audio/fluid-soundfont/README.timidity
+++ /dev/null
@@ -1,9 +0,0 @@
-
-The SlackBuilds.org fluid-soundfont package includes a config
-file to use the SoundFont with TiMidity++. To enable, create an
-/etc/timidity/timidity.cfg containing the following line of text:
-
-source /etc/timidity/fluid.cfg
-
-If you already have a /etc/timidity/timidity.cfg, delete it first,
-or move it out of the way.
diff --git a/audio/fluid-soundfont/fluid-soundfont.SlackBuild b/audio/fluid-soundfont/fluid-soundfont.SlackBuild
index 2f48701a35..65a956c889 100644
--- a/audio/fluid-soundfont/fluid-soundfont.SlackBuild
+++ b/audio/fluid-soundfont/fluid-soundfont.SlackBuild
@@ -51,7 +51,7 @@ cp *.sf2 $PKG/usr/share/sounds/sf2
sed -e 's/\r//' \
debian/fluidr3_gm.cfg debian/fluidr3_gs.cfg \
> $PKG/etc/timidity/fluid.cfg
-cp README COPYING $CWD/README.timidity $PKG/usr/doc/$PRGNAM-$VERSION
+cp README COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install