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 =