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 | cef09c148f2f81fd47ac2a8ad40ba4135295a2f6 (patch) | |
tree | 6c63b05312f4f0b3d6f92724a555242598951c3a /academic/cxsparse/cxsparse.SlackBuild | |
parent | 9e7a22c62180c64ca81982a718522d35f8595089 (diff) |
academic/cxsparse: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cxsparse/cxsparse.SlackBuild')
-rw-r--r-- | academic/cxsparse/cxsparse.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild index f83beedd1af0b..4d8c288e241b4 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.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" |