diff --git a/recipes/gui/installer-gui/recipe.toml b/recipes/gui/installer-gui/recipe.toml index a825566d..4e7c9cc7 100644 --- a/recipes/gui/installer-gui/recipe.toml +++ b/recipes/gui/installer-gui/recipe.toml @@ -1,11 +1,11 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/installer-gui.git" +same_as = "../../core/installer" [build] template = "custom" script = """ DYNAMIC_INIT -cookbook_cargo +COOKBOOK_CARGO_PATH="gui" cookbook_cargo mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/redox-installer-gui"