diff options
author | 2024-07-09 18:30:46 +0200 | |
---|---|---|
committer | 2024-07-09 18:30:46 +0200 | |
commit | 68172f9c0a78d6013ba1ae94e4384a1e05c76183 (patch) | |
tree | 955273c02d8390f3d6ea38cebb888190a7d1c75a /config.mk | |
parent | 1d57467f42fed56c97341909dd5537dae549ead7 (diff) | |
download | website-68172f9c0a78d6013ba1ae94e4384a1e05c76183.tar.gz website-68172f9c0a78d6013ba1ae94e4384a1e05c76183.zip |
Change the path of INSTALL_DIR
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |