aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-03-16 20:18:17 +0100
committerMattias Andrée <maandree@operamail.com>2015-03-16 20:18:17 +0100
commit3f44a5141f1a7fa2531437ca8d3e8d1a99d37c7c (patch)
tree92e89d600ed40cb052a87ddd794fa4baf62b13de /Makefile
parentupdate leapsec plugin (diff)
downloadxpybar-3f44a5141f1a7fa2531437ca8d3e8d1a99d37c7c.tar.gz
xpybar-3f44a5141f1a7fa2531437ca8d3e8d1a99d37c7c.tar.bz2
xpybar-3f44a5141f1a7fa2531437ca8d3e8d1a99d37c7c.tar.xz
makefile: whoops1.6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1520819..1754792 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ install-examples: $(foreach F,$(EXAMPLES),examples/$(F))
install -m644 $^ -- "$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples"
.PHONY: install-trick-examples
-install-trick-examples: $(foreach F,$(EXAMPLES),examples/tricks/$(F))
+install-trick-examples: $(foreach F,$(TRICK_EXAMPLES),examples/tricks/$(F))
install -dm755 -- "$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples/tricks"
install -m644 $^ -- "$(DESTDIR)$(DOCDIR)/$(PKGNAME)/examples/tricks"