summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/glade/glade.SlackBuild2
-rw-r--r--development/xemacs/xemacs.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/glade/glade.SlackBuild b/development/glade/glade.SlackBuild
index bcae38ca81..f34d97e0ed 100644
--- a/development/glade/glade.SlackBuild
+++ b/development/glade/glade.SlackBuild
@@ -58,7 +58,7 @@ fi
set -eu
rm -rf $PKG
-mkdir -p $TMP $PKG
+mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
diff --git a/development/xemacs/xemacs.SlackBuild b/development/xemacs/xemacs.SlackBuild
index b795d8000f..caa33c456a 100644
--- a/development/xemacs/xemacs.SlackBuild
+++ b/development/xemacs/xemacs.SlackBuild
@@ -42,7 +42,7 @@ fi
set -e
rm -rf $PKG
-mkdir -p $TMP $OUPUT $PKG
+mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xf $CWD/$PRGNAM-$VERSION.tar.bz2