diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 18:28:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:29 +0700 |
commit | 9e7a22c62180c64ca81982a718522d35f8595089 (patch) | |
tree | 9e165e506069fcbd7b61390cf91372d81c2979e7 /academic | |
parent | 21ce02c716847a5309a99b3b39147d99b49f9ae2 (diff) |
academic/csparse: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/csparse/csparse.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/csparse/csparse.SlackBuild b/academic/csparse/csparse.SlackBuild index 94e6059983a2..9725887ad3f4 100644 --- a/academic/csparse/csparse.SlackBuild +++ b/academic/csparse/csparse.SlackBuild @@ -50,7 +50,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.txt Doc/ChangeLog Doc/License.txt Doc/lesser.txt" |