Skip to content

Commit

Permalink
removed trailing dot on cp command. fixes tj#48
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuter committed Jun 14, 2012
1 parent ddbf441 commit deefa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/n
Expand Up @@ -143,7 +143,7 @@ install_node() {
&& mkdir -p $N_PREFIX/lib/node \
&& cp -fr $dir/include/node $N_PREFIX/include \
&& cp -f $dir/bin/* $N_PREFIX/bin \
&& cp -fr $dir/lib/node/* $N_PREFIX/lib/node/ .
&& cp -fr $dir/lib/node/* $N_PREFIX/lib/node/
# install
else
local tarball="node-v$version.tar.gz"
Expand Down

0 comments on commit deefa0d

Please sign in to comment.