mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-19 22:27:50 +00:00
copr outdir
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
db388c23ea
commit
17266e9c75
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
|
||||
outdir := $(CURDIR)
|
||||
|
||||
srpm:
|
||||
sh $(current_dir)/prepare.sh
|
||||
rpmbuild -bs -D "dist %{nil}" -D "_sourcedir build/" -D "_srcrpmdir ./" --nodeps contrib/spec/podman.spec
|
||||
rpmbuild -bs -D "dist %{nil}" -D "_sourcedir build/" -D "_srcrpmdir $(outdir)" --nodeps contrib/spec/podman.spec
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue