diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:28:53 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:28:53 -0600 |
commit | 7e2017cba16a4eab89b290388ab71ae0c3eed683 (patch) | |
tree | dbb9bd8815fad4b5ae629e2c6f427de7ab496a89 | |
parent | 64bc0e0d14e0b743f4ed6b2ef6eb6edb409b7031 (diff) | |
download | busybox-w32-packaging-7e2017cba16a4eab89b290388ab71ae0c3eed683.tar.gz busybox-w32-packaging-7e2017cba16a4eab89b290388ab71ae0c3eed683.tar.bz2 busybox-w32-packaging-7e2017cba16a4eab89b290388ab71ae0c3eed683.zip |
Fix scripts file name
-rwxr-xr-x | init | 1 | ||||
-rw-r--r-- | meta.lua | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | tar -xvzf scripts.tar.xz . | ||
3 | cd busybox-w32 | 4 | cd busybox-w32 |
4 | cp /root/busybox-w32-packaging/config .config | 5 | cp /root/busybox-w32-packaging/config .config |
5 | make | 6 | make |
@@ -12,7 +12,7 @@ return { | |||
12 | image="image-mingw64", | 12 | image="image-mingw64", |
13 | requires = { | 13 | requires = { |
14 | {"git","busybox-w32"}, | 14 | {"git","busybox-w32"}, |
15 | {"cicd","busybox-w32-tools:scripts.tar"} | 15 | {"cicd","busybox-w32-tools:scripts.tar.xz"} |
16 | }, | 16 | }, |
17 | produces = { | 17 | produces = { |
18 | }, | 18 | }, |