We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c48c commit 2e066faCopy full SHA for 2e066fa
Makefile
@@ -13,7 +13,7 @@ install:
13
cp -p config/config $(DESTDIR)/etc/neofetch/config
14
cp -p ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
15
# Set the PREFIX/DESTDIR inside Neofetch.
16
- sed -i'' -e "s|NEOFETCH_PREFIX=\"\.*\"|NEOFETCH_PREFIX=\"$(PREFIX)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
+ sed -i'' -e "s|NEOFETCH_PREFIX=\".*\"|NEOFETCH_PREFIX=\"$(PREFIX)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
17
sed -i'' -e "s|NEOFETCH_DESTDIR=\"\"|NEOFETCH_DESTDIR=\"$(DESTDIR)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
18
19
uninstall:
0 commit comments