summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b63a039..317c99c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
+ mkdir -p "$(cfgdir)"
cp -a $(APP_CFG) "$(cfgdir)"
$(tarball): $(DISTFILES)