Skip to content

Commit

Permalink
fixed mono-master prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bridgewater committed Jun 2, 2011
1 parent 2233f9b commit eae3660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mono-install-scripts/fedora/install_mono-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TOPDIR=$(pwd)
BUILDDIR=$TOPDIR/build
PREFIX=/opt/mono-2.10
PREFIX=/opt/mono-master

export PATH=$PREFIX/bin:$PATH
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
Expand Down
2 changes: 1 addition & 1 deletion mono-install-scripts/fedora/install_monodevelop-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TOPDIR=$(pwd)
BUILDDIR=$TOPDIR/build
PREFIX=/opt/mono-2.10
PREFIX=/opt/mono-master

export PATH=$PREFIX/bin:$PATH
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
Expand Down

0 comments on commit eae3660

Please sign in to comment.