From 8d6a4d8cfa0848e38d9dfd9ff41e656d0c902f66 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 28 Aug 2014 17:04:13 +0200 Subject: fix install path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e2e792..b42f361 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install-bin: mpd-notification install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/mpd-notification/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/mpd-notification/README.html - $(INSTALL) -D -m0644 screenshot-sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-scound.png + $(INSTALL) -D -m0644 screenshot-sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-sound.png $(INSTALL) -D -m0644 screenshot-artwork.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-artwork.png clean: -- cgit v1.2.3-54-g00ecf