fix pc install

This commit is contained in:
Puechberty Arthur
2026-06-26 22:20:46 +02:00
parent db3e904b89
commit 64eb0b165d
2 changed files with 25 additions and 41 deletions
-2
View File
@@ -13,8 +13,6 @@ install: $(TARGET)
cp $(TARGET) $(DESTDIR)/usr/bin/
mkdir -p $(DESTDIR)/usr/share/optifetch/logos
cp -r logos/*.txt $(DESTDIR)/usr/share/optifetch/logos/ 2>/dev/null || true
mkdir -p $(DESTDIR)/etc
cp optifetch.conf $(DESTDIR)/etc/optifetch.conf 2>/dev/null || touch $(DESTDIR)/etc/optifetch.conf
uninstall:
rm -f $(DESTDIR)/usr/bin/$(TARGET)