mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 10:58:06 +11:00
Apparently I missed a few details of the packaging stuff for setup
This commit is contained in:
parent
429de87a61
commit
7680aa7579
@ -5,8 +5,11 @@
|
|||||||
|
|
||||||
# Package repository using supplied inst.lua (use inst-gold.lua for repository branch)
|
# Package repository using supplied inst.lua (use inst-gold.lua for repository branch)
|
||||||
|
|
||||||
stat repobuild/data/app-claw && rm -rf repobuild
|
# this is a guard check to avoid removing repobuild if it's blatantly
|
||||||
mkdir repobuild
|
# not the actual repobuild directory (this is an rm -rf after all)
|
||||||
|
stat repobuild/data/app-claw 1>/dev/null 2>/dev/null && rm -rf repobuild
|
||||||
|
|
||||||
|
mkdir -p repobuild
|
||||||
cp -r code/* repobuild/
|
cp -r code/* repobuild/
|
||||||
cp -r repository/* repobuild/
|
cp -r repository/* repobuild/
|
||||||
cp $1 repobuild/
|
cp $1 repobuild/
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# No warranty is provided, implied or otherwise.
|
# No warranty is provided, implied or otherwise.
|
||||||
|
|
||||||
rm code/data/app-claw/*
|
rm code/data/app-claw/*
|
||||||
|
mkdir -p code/data/app-claw
|
||||||
lua claw/clawconv.lua code/data/app-claw/ < claw/code-claw.lua > /dev/null
|
lua claw/clawconv.lua code/data/app-claw/ < claw/code-claw.lua > /dev/null
|
||||||
rm code.tar
|
rm code.tar
|
||||||
# Hey, look behind you, there's nothing to see here.
|
# Hey, look behind you, there's nothing to see here.
|
||||||
|
Loading…
Reference in New Issue
Block a user