Skip to content

Commit

Permalink
Make: Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 24, 2017
1 parent 537c48c commit 2e066fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
cp -p config/config $(DESTDIR)/etc/neofetch/config
cp -p ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
# Set the PREFIX/DESTDIR inside Neofetch.
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
sed -i'' -e "s|NEOFETCH_DESTDIR=\"\"|NEOFETCH_DESTDIR=\"$(DESTDIR)\"|" $(DESTDIR)$(PREFIX)/bin/neofetch

uninstall:
Expand Down

0 comments on commit 2e066fa

Please sign in to comment.