Skip to content

Commit ae5cd0d

Browse files
author
Nathan Bridgewater
committed
working 2.8 install script
1 parent e5390ec commit ae5cd0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mono-install-scripts/ubuntu/install_mono-2.8.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ sudo make install
6969

7070
cd $BUILDDIR
7171
cd xsp-2.8
72-
./autogen.sh --prefix=/usr/local
72+
./configure --prefix=/usr/local
7373
make
7474
sudo make install
7575

7676
cd $BUILDDIR
77-
cd mod_mono
78-
./autogen.sh --prefix=/usr/local
77+
cd mod_mono-2.8
78+
./configure --prefix=/usr/local
7979
make
8080
sudo make install
8181
cd $BUILDDIR

0 commit comments

Comments
 (0)