Skip to content
Snippets Groups Projects
Commit 64fcbfa0 authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-2798] Fix "managed" build (2).

parents ea5a68e4 e41fe947
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