From 5cb320cfa56fd9aa221d2f5d4fef997a562ac949 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sun, 1 Dec 2019 13:13:06 -0500 Subject: audio/freepats: Update doinst.sh. Signed-off-by: B. Watson --- audio/freepats/doinst.sh | 4 ++++ audio/freepats/freepats.SlackBuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/freepats') diff --git a/audio/freepats/doinst.sh b/audio/freepats/doinst.sh index 7b849829bc..160c80f012 100644 --- a/audio/freepats/doinst.sh +++ b/audio/freepats/doinst.sh @@ -13,3 +13,7 @@ config() { config etc/timidity/crude.cfg.new config etc/timidity/freepats.cfg.new +# if there's no existing timidity.cfg, freepats takes over. +if [ ! -r etc/timidity/timidity.cfg ]; then + ( cd etc/timidity ; ln -sf crude.cfg timidity.cfg ) +fi diff --git a/audio/freepats/freepats.SlackBuild b/audio/freepats/freepats.SlackBuild index a1fa1d4e94..bad09e9ba9 100644 --- a/audio/freepats/freepats.SlackBuild +++ b/audio/freepats/freepats.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=freepats VERSION=${VERSION:-20060219} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) -- cgit v1.2.3