0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 15:49:24 +01:00

Changed: copy all bins. Closes #47

This commit is contained in:
TJ Holowaychuk 2012-03-14 10:30:28 -07:00
parent 2de9b81393
commit 80c2e8f025

3
bin/n
View File

@ -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