wslutilities / wslu

A collection of utilities for Windows Subsystem for Linux
https://wslutiliti.es/wslu
GNU General Public License v3.0
3.44k stars 155 forks source link

Makefile: fix install path error #261

Closed JeunghunKim closed 1 year ago

JeunghunKim commented 1 year ago

Add $(PREFIX) for conf_install path


Description

Types of changes

Breaking change (fix or feature that would cause existing functionality to not work as expected) are no longer accepted

Checklist:

patrick330602 commented 1 year ago

The behavior is intended. PREFIX is designed for installation for binary and support file locations. Configuration is intended to ignore PREFIX to be installed in /etc/. for installation the entire package to a custom directory, please use DESTDIR.