diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-28 17:04:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-28 17:04:13 +0200 |
commit | 8d6a4d8cfa0848e38d9dfd9ff41e656d0c902f66 (patch) | |
tree | 3213c3de115be08c3b257d13f5d56c1b5ea9b315 /Makefile | |
parent | 37b25d543478a88cec802485ef21ab90e7f2e1b4 (diff) | |
download | mpd-notification-8d6a4d8cfa0848e38d9dfd9ff41e656d0c902f66.tar.gz mpd-notification-8d6a4d8cfa0848e38d9dfd9ff41e656d0c902f66.tar.zst |
fix install path0.5.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |