aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-14 22:39:26 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-14 22:39:26 +0100
commit187fe349e86f0365011fd8f330453083bbb63e90 (patch)
tree0b8f951aebaad4b0d426e8f41e00dd966342bab0 /Makefile
parentupdate readme (diff)
downloadnightshift-187fe349e86f0365011fd8f330453083bbb63e90.tar.gz
nightshift-187fe349e86f0365011fd8f330453083bbb63e90.tar.bz2
nightshift-187fe349e86f0365011fd8f330453083bbb63e90.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25a1249..237f98f 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ install-command: bin/nightshift
.PHONY: install-license
install-license:
install -dm755 -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
- install -m644 COPYING LICENSE -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
+ install -m644 COPYING -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
# Install documentation
@@ -139,7 +139,6 @@ install-fish: bin/nightshift.fish
uninstall:
-rm -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
-rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/COPYING"
- -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/LICENSE"
-rmdir -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
-rm -- $(foreach E,$(EXAMPLES),"$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples/$(E)")
-rmdir -- "$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples"