diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:30:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:48 +0700 |
commit | 0ea27e7c38bd9ba992395a453dce4ed76ddf084d (patch) | |
tree | 683aaf73777e3fa3aa6051ec729301e5fd3d9154 /graphics/Blender | |
parent | af8f7b9088e4231b7a62289a0ea1aa9fec1f7bb8 (diff) |
graphics/Blender: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index cabffb9573a5..2964a83e6cf4 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -54,7 +54,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$SRCNAM +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then |