aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index a81e78be..a9913a03 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -200,7 +200,8 @@ externals_install:
# this is for including pre-compiled binaries in a build
noncvs_install:
install -d $(DESTDIR)$(objectsdir)
- cd $(packages_src)/noncvs/$(OS_NAME)/extra/ && \
+ test -d $(packages_src)/noncvs/$(OS_NAME)/extra/ && \
+ cd $(packages_src)/noncvs/$(OS_NAME)/extra/ && \
tar --exclude-vcs --create * | \
tar --extract --directory $(DESTDIR)$(objectsdir)