ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
731 stars 47 forks source link

Make logo file paths portable. #214

Closed Marie-Joseph closed 1 year ago

Marie-Joseph commented 1 year ago

All this does is use the DESTDIR environment variable in place of /usr for Linux and MacOS targets.

In particular, this is needed to make uwufetch work on Guix and Nix system installations.

Marie-Joseph commented 1 year ago

I also happen to have a guix.scm file I used to test this patch; should I open a PR for that as well? This would allow people to run guix shell -f guix.scm in the repository and get the package; or to setup a development environment with guix shell -Df guix.scm; or to install the latest version from source with guix package -if guix.scm.