Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rzlinder opened this issue Oct 19, 2022 · 1 comment
Open

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

rzlinder opened this issue Oct 19, 2022 · 1 comment

Comments

@rzlinder
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants