Skip to content

Commit

Permalink
[fix] build: set INSTALL correctly for Linux.
Browse files Browse the repository at this point in the history
Fix lib/opa/static symlink problem.
  • Loading branch information
arthuraa committed Jul 19, 2012
1 parent f36608f commit e215f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ if [ -n "${IS_MAC:-}" ]; then
echo "INSTALL := gcp -u -L" >> $CONFIG_PATH/config.make
elif [ -n "${IS_FREEBSD:-}" ]; then
echo "INSTALL := cp" >> $CONFIG_PATH/config.make
elif [ -n "${IS_LINUX:-}" ]; then
echo "INSTALL := cp -u -L" >> $CONFIG_PATH/config.make
fi

{
Expand Down

0 comments on commit e215f99

Please sign in to comment.