Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Commit 91abc99

Browse files
author
AwlsomeAlex
committed
Really Fixed it now
1 parent b8437a5 commit 91abc99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spm/repo/initramfs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#---- Variables ----#
1919
#KERN_VER="" # !!!Temporary Versioning System!!! #
2020
BUSYBOX_INSTALLED="$WORK_DIR/busybox/busybox_final"
21-
BUSYBOX_ARCH=$(file bin/busybox | cut -d' ' -f3)
2221
GLIBC_FINAL="$WORK_DIR/glibc/glibc_final"
2322
STARINIT_DIR="$WORK_DIR/starinit/starinit"
2423
ARCHIVE_DIR="$FINAL_DIR/archive"
@@ -37,6 +36,7 @@ cp -r $BUSYBOX_INSTALLED/* $INITRAMFS_DIR
3736
cp -r $STARINIT_DIR/* $INITRAMFS_DIR
3837
cd $INITRAMFS_DIR
3938
rm -f linuxrc
39+
BUSYBOX_ARCH=$(file bin/busybox | cut -d' ' -f3)
4040
if [ "$BUSYBOX_ARCH" = "64-bit" ] ; then
4141
mkdir lib64
4242
cp $GLIBC_FINAL/lib/ld-linux* lib64

spm/repo/list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Updated: 4/25/18 - 10:44pm EST
1+
Updated: 4/25/18 - 10:50pm EST
22

33
----- SPM Tools -----
44
* nebula vGIT - Minimal Framework for SPM to build packages. [TESTED]

spm/repo/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4/25/18 - 10:44pm EST
1+
4/25/18 - 10:50pm EST

0 commit comments

Comments
 (0)