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 /init | |
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
Diffstat (limited to 'init')
-rwxr-xr-x | init | 1 |
1 files changed, 1 insertions, 0 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 |