diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-02 11:39:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 09:09:20 +0700 |
commit | 61c506269e6c6f5c64807796c54e1078351f7934 (patch) | |
tree | 2f8e2da94c1bf553b8400b5baa32b0b5c7ae52dc /desktop/wf-config | |
parent | ccececa13e09fa16cc21a2bdc0b8533276d8cc90 (diff) |
desktop/wf-config: Use tgz.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wf-config')
-rw-r--r-- | desktop/wf-config/wf-config.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wf-config/wf-config.SlackBuild b/desktop/wf-config/wf-config.SlackBuild index d60d8895defe..15fa86cab9d9 100644 --- a/desktop/wf-config/wf-config.SlackBuild +++ b/desktop/wf-config/wf-config.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=wf-config VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-txz} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in |