mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Fix: CREATE_DEVEL wasn't set to true when it should
Fix a situation in which no devel RPM package was built Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0c11e65d9c
commit
594becf931
2 changed files with 1 additions and 1 deletions
|
|
@ -207,6 +207,7 @@ ifneq ($(PROJECT_DESCR_FILE),)
|
|||
CREATE_DEVEL = false
|
||||
endif
|
||||
endif
|
||||
CREATE_DEVEL ?= true
|
||||
|
||||
ifeq ($(VERSION),)
|
||||
ifneq ($(wildcard $(VERSION_FILE)),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue