- Move recipe-generator/ to cook/ for cleaner structure - Fix ksflatten-relative path conversion to handle all %include paths - Fix validation exit code to only fail on actual errors - All recipes now generate and flatten successfully via make all
3 lines
79 B
Bash
Executable File
3 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
exec "$(dirname "$0")/../recipe-generator/generate_recipe.py" "$@"
|