diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:22:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:47 +0700 |
commit | e8be2cb9c73ea863df527f1975954975513a7912 (patch) | |
tree | cde74acb5ca6a1f76988b1b2988fc9c9db8c7e76 /desktop/ee | |
parent | de569f285c39b0024d86f236516e87cc35da74c5 (diff) |
desktop/ee: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ee')
-rw-r--r-- | desktop/ee/ee.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/ee/ee.SlackBuild b/desktop/ee/ee.SlackBuild index 217a0ff1275d..842392ae699a 100644 --- a/desktop/ee/ee.SlackBuild +++ b/desktop/ee/ee.SlackBuild @@ -50,7 +50,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$EPRGNAM +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |