diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 18:28:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:29 +0700 |
commit | fc9ba296983af303dc5ae2b4151bd07e917e9aec (patch) | |
tree | 24c74f5cd098f54732f80ca49ff5b86bf5ad8394 /academic/gresistor | |
parent | cef09c148f2f81fd47ac2a8ad40ba4135295a2f6 (diff) |
academic/gresistor: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gresistor')
-rw-r--r-- | academic/gresistor/gresistor.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/gresistor/gresistor.SlackBuild b/academic/gresistor/gresistor.SlackBuild index c0d4dc9447562..9aba26dce9068 100644 --- a/academic/gresistor/gresistor.SlackBuild +++ b/academic/gresistor/gresistor.SlackBuild @@ -28,7 +28,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then fi TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM-$VERSION +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} DOCS="README" |