diff options
author | Lockywolf <for_sbo.python3-google-api-python-client_2023-09-22@lockywolf.net> | 2023-11-30 22:40:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 23:09:36 +0700 |
commit | f8d1cb6a6d7ebbcc3bb6261bb5b9a4f411f623f4 (patch) | |
tree | b65fdc38063f5eab03d199f8177c28bcbba165db /python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild | |
parent | a5a678f07df655bc13cf3b69f4981076d911ee26 (diff) |
python/python3-google-api-python-client: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild')
-rw-r--r-- | python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild b/python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild index 198babc4ab..1b31912a94 100644 --- a/python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild +++ b/python/python3-google-api-python-client/python3-google-api-python-client.SlackBuild @@ -43,9 +43,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 |