[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

data directory and installation




$ ls -l
total 12
drwxr-xr-x 2 bigb bigb 512 Sep 11 15:35 cgi-bin
drwxr-xr-x 2 bigb bigb 512 Jun 20 16:31 cgi-secure
drwxr-xr-x 8 bigb other 512 Sep 11 16:16 client
lrwxrwxrwx 1 bigb bigb 16 Jun 23 15:12 data -> /var/ hobbit/data
drwxr-xr-x 4 bigb bigb 512 Jun 22 12:17 dist
drwxr-xr-x 10 bigb bigb 512 Sep 11 15:36 server


# make install
mkdir -p /opt/hobbit/server /opt/hobbit/server/download /opt/hobbit/data
mkdir: "/opt/hobbit/data": Exists but is not a directory
make: *** [install-dirs] Error 2


data directory should be a customisable variable.


Nico