diff --git a/Makefile b/Makefile index 66c6f16..7680ebd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX?= /iocage/jails/moinmoin/root/var/moinmoin +PREFIX?= /var/www/moinwiki UID?= 165 GID?= 165 diff --git a/README.md b/README.md index a6b60bd..feb2e0d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Replace `/tmp/moin` with the path you have installed MoinMoin in. Eventually run the following command as command as root. - PREFIX=/tmp/moin/wiki TEST=yes bmake install + PREFIX=/tmp/moin/wiki TEST=yes make install To enable the theme in the settings run the followin command.