diff options
author | klaatu <klaatu@member.fsf.org> | 2022-03-05 20:53:51 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-05 23:03:27 +0700 |
commit | 5ea187ee6fdd7a840a08f6d8aaa87f277bff9926 (patch) | |
tree | b90a0cef42a38cf16804d2e3631ad44211c48789 /audio/whysynth/whysynth.SlackBuild | |
parent | 07262d6485ae23d7f6479868c90030d6861db4a2 (diff) |
audio/whysynth: Updated for version 20170701.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/whysynth/whysynth.SlackBuild')
-rw-r--r-- | audio/whysynth/whysynth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/whysynth/whysynth.SlackBuild b/audio/whysynth/whysynth.SlackBuild index 61eee5bcd8071..c8aa73fc30bda 100644 --- a/audio/whysynth/whysynth.SlackBuild +++ b/audio/whysynth/whysynth.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=whysynth -VERSION=${VERSION:-20100922} +VERSION=${VERSION:-20170701} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL README TODO doc \ + AUTHORS COPYING ChangeLog INSTALL README.rst TODO doc \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |