aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-05 02:15:00 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-05 02:15:00 +0200
commit7520aeef545dd97e4c29cf32d8e05e8367e8aafa (patch)
tree8fd66097927ed740de6e82af8061ba631a2e80eb /Makefile
parentadd todo (diff)
downloadxpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.gz
xpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.bz2
xpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.xz
license lunar under agpl
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bb63e2b..507d7c8 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ install-command: bin/xpybar
install -m755 $< -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
.PHONY: install-license
-install-license: COPYING LICENSE
+install-license: COPYING LICENSE.gpl3 LICENSE.agpl3
install -dm755 -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
install -m644 $^ -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
@@ -88,7 +88,8 @@ install-plugins: $(foreach F,$(PLUGINS),src/plugins/$(F).py)
uninstall:
-rm -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
-rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/COPYING"
- -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/LICENSE"
+ -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/LICENSE.gpl3"
+ -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/LICENSE.agpl3"
-rmdir -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)"
-rm -- $(foreach F,$(PLUGIN_EXAMPLES),"$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples/plugins/$(F)")
-rmdir -- "$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples/plugins"