diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 19:20:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:42 +0700 |
commit | 0124cf26b81fbcb5c4b5344f3aba49099f1fa2f5 (patch) | |
tree | 7ac2422dd20e364a94b123657a178843b1974ea4 /system/stress-ng | |
parent | d285f7f051c0fa84464df8b40766bfc764894f78 (diff) |
system/stress-ng: Fix TAG in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/stress-ng')
-rw-r--r-- | system/stress-ng/stress-ng.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/stress-ng/stress-ng.SlackBuild b/system/stress-ng/stress-ng.SlackBuild index 4ecf19207bc7..7aa86a0f241a 100644 --- a/system/stress-ng/stress-ng.SlackBuild +++ b/system/stress-ng/stress-ng.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=stress-ng VERSION=${VERSION:-0.09.48} BUILD=${BUILD:-1} -TAG=${TAG:-daw} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |