Add support for ascii files in files
This commit is contained in:
parent
3648b00e16
commit
3c9d9d113c
4 changed files with 87 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ debug:
|
|||
install: build
|
||||
cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME)
|
||||
ls $(DESTDIR)$(LIBDIR)/uwufetch > /dev/null || mkdir $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
cp res/* $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
cp -r res/* $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
cp ./$(NAME).1.gz $(DESTDIR)$(MANDIR)/
|
||||
|
||||
uninstall:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue