diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-10-30 22:57:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-31 00:02:05 -0500 |
commit | 9f52e80395d1fc230b01375a1a554b80111d5b5f (patch) | |
tree | 3efc50536b4e14e4a7c7a692021fd990291bc028 /system/xrestop | |
parent | 2d2a9ed96ff2d9554734fe561456567fe1808cbe (diff) | |
download | slackbuilds-9f52e80395d1fc230b01375a1a554b80111d5b5f.tar.gz |
Various: Fix missing/bad $OUTPUT in mkdir invocation
Thanks to Antonio Hernández Blas <hba.nihilismus@gmail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xrestop')
-rw-r--r-- | system/xrestop/xrestop.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xrestop/xrestop.SlackBuild b/system/xrestop/xrestop.SlackBuild index 017481880c..c9731cf99c 100644 --- a/system/xrestop/xrestop.SlackBuild +++ b/system/xrestop/xrestop.SlackBuild @@ -59,7 +59,7 @@ else fi rm -rf $PKG -mkdir -p $TMP $PKG +mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |