diff options
author | rfmae <rfmae.git@mailbox.org> | 2018-02-11 14:16:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:52 +0700 |
commit | 580613c9fa5a6d349a8f96d9eccceedbffa54df7 (patch) | |
tree | 035463f563db8f8f1a8b3095370cac7678ebc181 /system/hack-font-ttf | |
parent | a6ea945d07966eb197b601ca3c58dd1fef07a57c (diff) | |
download | slackbuilds-580613c9fa5a6d349a8f96d9eccceedbffa54df7.tar.gz |
system/hack-font-ttf: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/hack-font-ttf')
-rw-r--r-- | system/hack-font-ttf/hack-font-ttf.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/hack-font-ttf/hack-font-ttf.SlackBuild b/system/hack-font-ttf/hack-font-ttf.SlackBuild index bf69daf836..e8c362c0cc 100644 --- a/system/hack-font-ttf/hack-font-ttf.SlackBuild +++ b/system/hack-font-ttf/hack-font-ttf.SlackBuild @@ -39,6 +39,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION +mkdir -p $PRGNAM-$VERSION tar xvf $CWD/$SRCNAM -C $PRGNAM-$VERSION cd $PRGNAM-$VERSION |