summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-17 05:56:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-17 05:56:30 (GMT)
commit2472ebce2ea75ecc73c144316e3464a77750acbe (patch)
tree1bd35e09b1a81e65a62305b1769ba4ea0be71ae2 /Makefile.in
parentc609be171376b31ffe2648aef52c44a2e46f3c09 (diff)
Fix new framework for running from installed path
Fixes #777 Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8f7821c..df09f80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -272,7 +272,7 @@ install-lib: $(DESTDIR)$(libdir) \
install-lib-main \
install-lib-samples
-LIB_SUB_DIR := config contrib patches scripts
+LIB_SUB_DIR := config contrib packages scripts
$(patsubst %,install-lib-%-copy,$(LIB_SUB_DIR)): install-lib-%-copy: $(DESTDIR)$(libdir)
$(call __silent,INSTDIR,$*)tar cf - --exclude='*.sh.in' --exclude='*.in.in' --exclude=.gitignore $* \
|(cd "$(DESTDIR)$(libdir)"; tar xf -)