Skip to content

Commit

Permalink
Fix new framework for running from installed path
Browse files Browse the repository at this point in the history
Fixes #777

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Jul 17, 2017
1 parent c609be1 commit 2472ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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 -)
Expand Down
2 changes: 1 addition & 1 deletion scripts/functions
Expand Up @@ -1910,7 +1910,7 @@ CT_DoExtractPatch()
# Can't use CT_DoExecLog because of the '{} \;' to be passed un-mangled to find
find . -type f -name "${cfg}" \
-exec chmod -v u+w {} \; \
-exec cp -v "${CT_TOP_DIR}/scripts/${cfg}" {} \; |CT_DoLog ALL
-exec cp -v "${CT_LIB_DIR}/scripts/${cfg}" {} \; |CT_DoLog ALL
done
fi

Expand Down

0 comments on commit 2472ebc

Please sign in to comment.