diff options
Diffstat (limited to 'audio/mktoc/mktoc.SlackBuild')
-rw-r--r-- | audio/mktoc/mktoc.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mktoc/mktoc.SlackBuild b/audio/mktoc/mktoc.SlackBuild index abb98e26a4fb..b330431cba92 100644 --- a/audio/mktoc/mktoc.SlackBuild +++ b/audio/mktoc/mktoc.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211126 bkw: add README note about floating point samples. # 20180111 bkw: # - take over maintenance # - BUILD=2 @@ -33,9 +34,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |