Skip to content

Commit

Permalink
Changed: copy all bins. Closes tj#47
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 14, 2012
1 parent 2de9b81 commit 80c2e8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/n
Expand Up @@ -142,8 +142,7 @@ install_node() {
cd $dir \
&& mkdir -p $N_PREFIX/lib/node \
&& cp -fr $dir/include/node $N_PREFIX/include \
&& cp -f $dir/bin/node $N_PREFIX/bin/node \
&& cp -f $dir/bin/node-waf $N_PREFIX/bin/node-waf \
&& cp -f $dir/bin/* $N_PREFIX/bin \
&& cp -fr $dir/lib/node/* $N_PREFIX/lib/node/ .
# install
else
Expand Down

0 comments on commit 80c2e8f

Please sign in to comment.