Skip to content

Commit

Permalink
Install to $PREFIX/$version
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 5, 2011
1 parent 1abb735 commit a76cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/n
Expand Up @@ -111,7 +111,7 @@ install_node() {
> "$dir.tar.gz" \ > "$dir.tar.gz" \
&& tar -zxf "$dir.tar.gz" \ && tar -zxf "$dir.tar.gz" \
&& cd $dir \ && cd $dir \
&& ./configure --prefix $PREFIX\ && ./configure --prefix $PREFIX/$version\
&& make install \ && make install \
&& cd .. \ && cd .. \
&& cleanup $version && cleanup $version
Expand Down

0 comments on commit a76cc38

Please sign in to comment.