diff --git a/extract_utils.sh b/extract_utils.sh index 5d82b12..fd7b592 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -438,6 +438,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'