summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-08 02:29:38 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-08 02:29:38 -0500
commitcd0cde411b09df7b5007bb4abc20ddd4764de11b (patch)
treed6204760c2528db599b08d49a5b2b94c2ac099df
parentf34c9eca15529f90e2f7c450b51d36138e178b35 (diff)
downloadwix-packaging-cd0cde411b09df7b5007bb4abc20ddd4764de11b.tar.gz
wix-packaging-cd0cde411b09df7b5007bb4abc20ddd4764de11b.tar.bz2
wix-packaging-cd0cde411b09df7b5007bb4abc20ddd4764de11b.zip
work
-rwxr-xr-xinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/init b/init
index 01c3d34..1058ac5 100755
--- a/init
+++ b/init
@@ -13,6 +13,10 @@ cd wix-on-linux
13./configure --bindir=/root/wix314-binaries 13./configure --bindir=/root/wix314-binaries
14make 14make
15make install 15make install
16make clean
17cd /root
18mv wix314-binaries wix
16 19
20# Call binaries as wix/candle and wix/light
17apk del build-base 21apk del build-base
18rm -rf /var/cache/apk/* 22rm -rf /var/cache/apk/*