Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation guide: building and plugins Makefile template #165

Open
tkapias opened this issue May 8, 2024 · 1 comment
Open

Installation guide: building and plugins Makefile template #165

tkapias opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working build Related with the build process plugin Plugins

Comments

@tkapias
Copy link

tkapias commented May 8, 2024

The examples in the installation guide (doc/install.md) will install the config files in /usr/local/etc/dillo.

But most other tutorials and the Makefile template in every official plugins expect /etc/dillo.

The examples should be ../configure --prefix=/usr/local --sysconfdir=/etc.

@rodarima
Copy link
Member

rodarima commented May 8, 2024

The examples should be ../configure --prefix=/usr/local --sysconfdir=/etc.

Plugins should accept non-standard installation paths for /etc (including others than /usr/local/etc), so we don't need to pollute /etc with non-packaged files.

We can search in /etc and /use/local/etc for dpidrc by default for now.

Maybe also add a make variable so we can specify where to look for dpidrc to support other installation prefixes.

@rodarima rodarima added bug Something isn't working build Related with the build process plugin Plugins labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related with the build process plugin Plugins
Projects
None yet
Development

No branches or pull requests

2 participants