Commit abf38ace authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: more correct removing

parent 608e8488
...@@ -409,7 +409,7 @@ update_predownloaded() ...@@ -409,7 +409,7 @@ update_predownloaded()
# drop all exclude node_modules # drop all exclude node_modules
# TODO: correct .* removing # TODO: correct .* removing
rm -rf $(ls -1 | grep -v node_modules) .* rm -rf $(ls -1 | grep -v node_modules) .[a-zA-Z0-9]*
# remove build related modules we have in system # remove build related modules we have in system
#if [ -d node_modules/node-gyp/ ] ; then #if [ -d node_modules/node-gyp/ ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment