Loading build/tools/extract_utils.sh +1 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,7 @@ function write_blueprint_packages() { printf '\tname: "%s",\n' "$PKGNAME" printf '\towner: "%s",\n' "$VENDOR" printf '\tsrc: "%s/etc/%s",\n' "$SRC" "$FILE" printf '\tfilename_from_src: true,\n' elif [ "$CLASS" = "EXECUTABLES" ]; then if [ "$EXTENSION" = "sh" ]; then printf 'sh_binary {\n' Loading Loading
build/tools/extract_utils.sh +1 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,7 @@ function write_blueprint_packages() { printf '\tname: "%s",\n' "$PKGNAME" printf '\towner: "%s",\n' "$VENDOR" printf '\tsrc: "%s/etc/%s",\n' "$SRC" "$FILE" printf '\tfilename_from_src: true,\n' elif [ "$CLASS" = "EXECUTABLES" ]; then if [ "$EXTENSION" = "sh" ]; then printf 'sh_binary {\n' Loading