summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index e908240..6fcd9f4 100755
--- a/init
+++ b/init
@@ -9,7 +9,7 @@ apk add automake autoconf libtool build-base mono
9unzip 9unzip
10cd wix-on-linux 10cd wix-on-linux
11./autogen.sh 11./autogen.sh
12./configure --bindir=/root/wix 12./configure --bindir=/root/wix314-binaries
13make 13make
14make install 14make install
15 15