From d0627ea8498e028e77d73f18319919e600cbdb61 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 18 Nov 2016 22:34:13 +0900 Subject: [PATCH] Remove execution permission flag from logo files Execution permission is not required for files under the /usr/share/neofetch/ascii/distro directory. Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 324332fc..71def674 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: $(INSTALL_PROG) neofetch $(DESTDIR)$(PREFIX)/bin/neofetch $(INSTALL_FILE) neofetch.1 $(DESTDIR)$(PREFIX)/share/man/man1/neofetch.1 $(INSTALL_PROG) config/config $(DESTDIR)$(PREFIX)/share/neofetch/config - $(INSTALL_PROG) ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro + $(INSTALL_FILE) ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/neofetch