diff --git a/data/common/boot/post_install/add_catalog_entry_attributes.sh b/data/common/boot/post_install/add_catalog_entry_attributes.sh index 6de0546db7..d4f1251e48 100755 --- a/data/common/boot/post_install/add_catalog_entry_attributes.sh +++ b/data/common/boot/post_install/add_catalog_entry_attributes.sh @@ -8,7 +8,7 @@ WriteCatalogEntryAttribute() if ! [ -e "$2" ] then - mkdir "$2" + mkdir --parents "$2" fi addattr -t string SYS:NAME "$1:$3:$(basename "$2")" "$2"