aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc b/inc
index 5a22994..96d455b 100644
--- a/inc
+++ b/inc
@@ -7,6 +7,7 @@ dist_dir="$(pwd)/distfiles"
build_dir="$(pwd)/build"
if ! [ -d $build_dir ] ; then mkdir $build_dir; fi
+if ! [ -d $dist_dir ] ; then mkdir $dist_dir; fi
if ! [ -d $prefix ] ; then mkdir $prefix; fi
# Reset our PATH