ss7m / paleofetch

neofetch, but written in C
MIT License
167 stars 49 forks source link

make install fails #71

Closed jake-87 closed 3 years ago

jake-87 commented 3 years ago

make install is saying that /sys/class/power_supply/BAT0 is not a directory even though it is and is cancelling install? I am on void linux.

jake-87 commented 3 years ago

Fixed the BAT0 error, but now it is saying that there is no such file as pci/pci.h?

jake-87 commented 3 years ago

Fixed. I first had to move paleofetch-master to the home dir to fix the BAT0 error, then had the purge paleofetch.c , paleofetch.h , config.h and the Makefile to remove all traces of pci, gpu and pacman. It does not work with the command paleofetch instead I need to use an alias to go paleofetch = ./paleofetch but it works! (Albiet displaying the arch logo, but i can fix that.)

jake-87 commented 3 years ago

The edits will be on my github, along with the other fork I am working on.