From 9f52e80395d1fc230b01375a1a554b80111d5b5f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 30 Oct 2013 22:57:54 -0500 Subject: Various: Fix missing/bad $OUTPUT in mkdir invocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Antonio Hernández Blas Signed-off-by: Robby Workman --- system/xrestop/xrestop.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/xrestop') 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 -- cgit v1.2.3-65-gdbad