From b9281ff02fb2f6ba7966bdc54f6d7834ee0bd2c9 Mon Sep 17 00:00:00 2001 From: "matth@ultra" Date: Mon, 2 Sep 2024 14:58:55 +0200 Subject: [PATCH] restore defaults --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d1d0683..8c74eed 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ # Absolute path to the directory containing all image directories as well as the staging directory # eg: ROOT_DIR = /data/images -ROOT_DIR = /rootdir +# ROOT_DIR = # The URI at which the ROOT_DIR will be served -ROOT_PATH = bildersio +ROOT_PATH = images # Path of the directory containing all the files to be sorted, relative to ROOT_DIR # eg: STAGING_DIR = .sort @@ -14,7 +14,7 @@ STAGING_DIR = .sort # Absolute path to the directory into which the application files will be installed # eg: INSTALL_DIR = /www/imgsort2 -INSTALL_DIR = /tmp/install/dir +# INSTALL_DIR =