diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-06-15 11:09:28 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:01 -0500 |
commit | 65fb8802971da42f638d9a6533926d1e75154b64 (patch) | |
tree | 78526ba506b3a96eaf797a446085c02e7ff55ebd /desktop/xxkb | |
parent | 6e6462a5c318887e5e834f72e8bec8c0b8fe1999 (diff) | |
download | slackbuilds-65fb8802971da42f638d9a6533926d1e75154b64.tar.gz |
desktop/xxkb: Fixed script.
Don't rm -rf the whole of $TMP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xxkb')
-rw-r--r-- | desktop/xxkb/xxkb.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xxkb/xxkb.SlackBuild b/desktop/xxkb/xxkb.SlackBuild index 8c761b429f..1ba24f6d01 100644 --- a/desktop/xxkb/xxkb.SlackBuild +++ b/desktop/xxkb/xxkb.SlackBuild @@ -56,7 +56,7 @@ fi set -e -rm -rf $PKG $TMP +rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION |