Skip to content

Commit

Permalink
bugfix: need to pgmake install to actually install
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Treat committed Jan 12, 2010
1 parent f81afd0 commit 6a3b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function build {
./configure --prefix=$PGINST/$PGPROJECT --enable-depend --enable-thread-safety $PGDEBUG ./configure --prefix=$PGINST/$PGPROJECT --enable-depend --enable-thread-safety $PGDEBUG
fi fi
# TODO Detect CPUs and set jobs accordingly # TODO Detect CPUs and set jobs accordingly
$PGMAKE -j 4 && $MAKE install $PGMAKE -j 4 && $PGMAKE install
} }


function initdb { function initdb {
Expand Down

0 comments on commit 6a3b05a

Please sign in to comment.