mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Adapt installer-gui merging
This commit is contained in:
parent
c9489fd8dc
commit
496a3884f6
@ -1,11 +1,11 @@
|
|||||||
[source]
|
[source]
|
||||||
git = "https://gitlab.redox-os.org/redox-os/installer-gui.git"
|
same_as = "../../core/installer"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
cookbook_cargo
|
COOKBOOK_CARGO_PATH="gui" cookbook_cargo
|
||||||
|
|
||||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps"
|
mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps"
|
||||||
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui"
|
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user