mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
cc58d96c6f
2
clean.sh
2
clean.sh
@ -12,5 +12,5 @@ fi
|
||||
|
||||
for recipe_path in $recipes
|
||||
do
|
||||
IGNORE_ERROR=1 ./cook.sh "$recipe_path" distclean
|
||||
./cook.sh "$recipe_path" distclean
|
||||
done
|
||||
|
||||
2
cook.sh
2
cook.sh
@ -325,7 +325,7 @@ if [ -n "$1" ]
|
||||
then
|
||||
if (echo "$1" | grep '.*/.*' >/dev/null); then
|
||||
recipe_name=$(basename "$1")
|
||||
recipe_path="recipes/$1"
|
||||
recipe_path="$1"
|
||||
else
|
||||
recipe_name="$1"
|
||||
recipe_path=`target/release/find_recipe $recipe_name`
|
||||
|
||||
2
fetch.sh
2
fetch.sh
@ -26,7 +26,7 @@ for recipe_path in $recipes
|
||||
do
|
||||
if (echo "$recipe_path" | grep '.*/.*' >/dev/null); then
|
||||
recipe_name=$(basename "$recipe_path")
|
||||
recipe_path="recipes/$recipe_path"
|
||||
recipe_path="$recipe_path"
|
||||
else
|
||||
recipe_name="$recipe_path"
|
||||
recipe_path=`target/release/find_recipe $recipe_name`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user