aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 0fe7b620..e97b6cdd 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -524,7 +524,8 @@ noncvs_install:
-install -p $(packages_src)/noncvs/$(OS_NAME)/bin/*.* $(bindir)
-install -p $(packages_src)/noncvs/$(OS_NAME)/doc/5.reference/*.* $(helpdir)
-install -p $(packages_src)/noncvs/$(OS_NAME)/extra/*.* $(objectsdir)
- -install -d $(DESTDIR)$(prefix)/gripd
+ -test -d $(packages_src)/noncvs/$(OS_NAME)/gripd && \
+ install -d $(DESTDIR)$(prefix)/gripd
-install -p $(packages_src)/noncvs/$(OS_NAME)/gripd/*.* \
$(DESTDIR)$(prefix)/gripd