Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package: Makefile: unbreak binrpm-pkg target
Commit 6501320 dropped the rpm spec as a prerequisite for the binrpm-pkg target but forgot to update $< usage, which causes the rule to break. This commit fixes that by replacing $< with the spec name. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
- Loading branch information