Commit 03813ec7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: drop npm require

parent 8d154a8b
...@@ -257,7 +257,7 @@ update_gear_sources() ...@@ -257,7 +257,7 @@ update_gear_sources()
cp -a $RGD/$CURNAME $PSM || fatal cp -a $RGD/$CURNAME $PSM || fatal
cd $PSM || fatal cd $PSM || fatal
npm install || fatal a= npm install || fatal
cd - >/dev/null cd - >/dev/null
docmd git add -f $PSM docmd git add -f $PSM
......
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