|
Install most of the package to /usr/share/webapps/codimd instead of
/opt/codimd.
The configuration files are now installed in /etc/codimd/ (and symlinked
from /usr/share/webapps/codimd).
The public/uploads folder is now created using tmpfiles.d such that the
codimd user can write to it. It is also symlinked from the main
installation path.
Further:
* The node build dependencies are now removed in the resulting package.
* An .install file prints some adapted upstream recommendations.
* Some node dependencie's Makefile that contains a reference to $pkgdir
is removed.
* The systemd service file now uses node directly instead of npm.
|