Updated Makefile, README.md and fetch_script_functions.sh

This commit is contained in:
2024-05-06 15:32:55 +03:00
parent 24bc0b6f16
commit c40c3ce423
3 changed files with 22 additions and 16 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ build:
install: build/stormfetch config/
mkdir -p $(DESTDIR)$(BINDIR)
mkdir -p $(DESTDIR)$(SYSCONFDIR)"/stormfetch/"
cp build/stormfetch $(DESTDIR)$(BINDIR)"/stormfetch"
cp -r config/. $(DESTDIR)$(SYSCONFDIR)"/stormfetch/"
mkdir -p $(DESTDIR)$(SYSCONFDIR)/stormfetch/
cp build/stormfetch $(DESTDIR)$(BINDIR)/stormfetch
cp -r config/. $(DESTDIR)$(SYSCONFDIR)/stormfetch/
clean:
rm -r build/