summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-03 16:38:01 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-03 16:38:01 -0600
commite1b0fb60be211ab127a44db3efe060a4da6973b3 (patch)
tree5652250923b371988acfdf975087ac494477761a /init
parent7e2017cba16a4eab89b290388ab71ae0c3eed683 (diff)
downloadbusybox-w32-packaging-e1b0fb60be211ab127a44db3efe060a4da6973b3.tar.gz
busybox-w32-packaging-e1b0fb60be211ab127a44db3efe060a4da6973b3.tar.bz2
busybox-w32-packaging-e1b0fb60be211ab127a44db3efe060a4da6973b3.zip
add some more scripts to the tools
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 3b3af54..9fd0755 100755
--- a/init
+++ b/init
@@ -1,6 +1,6 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2 2
3tar -xvzf scripts.tar.xz . 3tar -xvf scripts.tar.xz .
4cd busybox-w32 4cd busybox-w32
5cp /root/busybox-w32-packaging/config .config 5cp /root/busybox-w32-packaging/config .config
6make 6make