diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:26:48 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:26:48 -0500 |
commit | adb9d8c609f660b9865c97f937378397ec8c0b14 (patch) | |
tree | c3daa182f7199397dc5042e2fa779b7d5c71cd6e /init | |
parent | 960e61a0d1f44adb15c779c77ff8709bdd77c824 (diff) | |
download | wix-packaging-adb9d8c609f660b9865c97f937378397ec8c0b14.tar.gz wix-packaging-adb9d8c609f660b9865c97f937378397ec8c0b14.tar.bz2 wix-packaging-adb9d8c609f660b9865c97f937378397ec8c0b14.zip |
Unzip the zip file
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositori | |||
6 | 6 | ||
7 | apk update | 7 | apk update |
8 | apk add automake autoconf libtool build-base mono | 8 | apk add automake autoconf libtool build-base mono |
9 | unzip | 9 | unzip wix314-binaries.zip |
10 | cd wix-on-linux | 10 | cd wix-on-linux |
11 | ./autogen.sh | 11 | ./autogen.sh |
12 | ./configure --bindir=/root/wix314-binaries | 12 | ./configure --bindir=/root/wix314-binaries |