From f34c9eca15529f90e2f7c450b51d36138e178b35 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 8 Oct 2024 01:44:29 -0500 Subject: Don't need the wix repo, actually We use the prebuilt binaires from the wix repo instead. --- init | 4 +++- meta.lua | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init b/init index 96b6af3..01c3d34 100755 --- a/init +++ b/init @@ -6,11 +6,13 @@ echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositori apk update apk add automake autoconf libtool build-base mono -unzip wix314-binaries.zip +mkdir wix314-binaries +unzip wix314-binaries.zip -d wix314-binaries cd wix-on-linux ./autogen.sh ./configure --bindir=/root/wix314-binaries make make install +apk del build-base rm -rf /var/cache/apk/* diff --git a/meta.lua b/meta.lua index 83b9909..f93961c 100644 --- a/meta.lua +++ b/meta.lua @@ -1,7 +1,6 @@ return { ["image-wix"] = { requires = { - {"git", "wix#main"}, {"git", "wix-on-linux#main"}, {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, }, -- cgit v1.2.3-55-g6feb