Skip to content
Snippets Groups Projects
Commit e41fe947 authored by stepan's avatar stepan
Browse files

Fix "managed" build (2)

parent e2d984f8
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ post.done:
# rebuild GNU R in compressed mode
(cd $(GNUR_HOME); $(MAKE))
touch post.done
find $(FASTR_LIBRARY_DIR)/base -type f -exec touch {} +
find $(FASTR_LIBRARY_DIR)/base -exec touch {} +
clean.done:
rm -f post.done pre.done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment