diff options
Diffstat (limited to 'libraries/libsidplay2/libsidplay2.SlackBuild')
-rw-r--r-- | libraries/libsidplay2/libsidplay2.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/libsidplay2/libsidplay2.SlackBuild b/libraries/libsidplay2/libsidplay2.SlackBuild index a51846c4f5..91ebf1eac0 100644 --- a/libraries/libsidplay2/libsidplay2.SlackBuild +++ b/libraries/libsidplay2/libsidplay2.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2011-2012 Dominik Drobek <dominik.drobek@o2.pl> # Copyright 2010-2019 Marcel Saegebarth <marc@mos6581.de> -# Copyright 2020 Christoph Willing Brisbane, Australia +# Copyright 2020-2025 Christoph Willing, Sydney Australia # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -45,9 +45,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 |