From 68172f9c0a78d6013ba1ae94e4384a1e05c76183 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 18:30:46 +0200 Subject: Change the path of INSTALL_DIR --- .gitignore | 2 +- config.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2211b8..c64330b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ ip.php out.tar dist - +www diff --git a/config.mk b/config.mk index 127f495..f59b405 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ BASEHREF = file://`realpath .` HYDE = hyde -INSTALL_DIR = ~/www/alessandroiezzi.it -ARCHIVE = out.tar \ No newline at end of file +INSTALL_DIR = www/alessandroiezzi.it +ARCHIVE = out.tar -- cgit v1.2.3