autopkg / recipes

Recipes for AutoPkg
231 stars 204 forks source link

Wrong pattern in line 189 munkitools.munki.recipe #441

Open rzlinder opened 1 year ago

rzlinder commented 1 year ago

When I use the recipe "munkitools.munki.recipe" AutoPkg is replacing munkitools_app.pkg with munkitools_app_usage.pkg. When I change line 189 in "munkitools.munki.recipe" to the same as in "munkitools5.munki.recipe" then it works.

<string>%RECIPE_CACHE_DIR%/unpack/munkitools_app*.pkg</string> <string>%RECIPE_CACHE_DIR%/unpack/munkitools_app[.-]*pkg</string>

mariuslangz commented 1 year ago

Getting the same error here when using munkitools.munki.recipe - Although I cannot get the correct munkitools_app when I change line 189 in the parent recipe in my end