-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Building a project which defines conflicts in the config file fails.
Conflicts are defined as a list:
conflicts:
- foo
- barCommand line gets the parameter like this: --conflicts foo bar
The fpm doc say this:
--conflicts CONFLICTS Other packages/versions this package conflicts with. This flag can specified multiple times.
So this probably should look like this: --conflicts foo --conflicts bar