Skip to content

Commit 2e066fa

Browse files
committed
Make: Fix makefile
1 parent 537c48c commit 2e066fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
cp -p config/config $(DESTDIR)/etc/neofetch/config
1414
cp -p ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
1515
# Set the PREFIX/DESTDIR inside Neofetch.
16-
sed -i'' -e "s|NEOFETCH_PREFIX=\"\.*\"|NEOFETCH_PREFIX=\"$(PREFIX)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
16+
sed -i'' -e "s|NEOFETCH_PREFIX=\".*\"|NEOFETCH_PREFIX=\"$(PREFIX)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
1717
sed -i'' -e "s|NEOFETCH_DESTDIR=\"\"|NEOFETCH_DESTDIR=\"$(DESTDIR)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch
1818

1919
uninstall:

0 commit comments

Comments
 (0)