mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-15 23:46:12 +00:00
Updated Makefile, README.md and fetch_script_functions.sh
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user