Closed ImperatorStorm closed 1 year ago
ninja install
config.conf
${DESTDIR}/usr/etc
${DESTDIR}/etc
Output of fastfetch --version:
fastfetch --version
fastfetch 1.12.2-280 (x86_64)
Build commands:
cmake -B build -DCMAKE_BUILD_TYPE='RelWithDebInfo' -G Ninja ninja -C build -j12 ninja -C build install
Why?
The Filesystem Hierarchy Standard requires that config files go in /etc. This is generally adhered to by most major Linux distributions
/etc
General description of bug:
ninja install
installsconfig.conf
to${DESTDIR}/usr/etc
ninja install
installsconfig.conf
to${DESTDIR}/etc
Often helpful information:
Output of
fastfetch --version
:Build commands: