mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Shifted site installation makefile definitions into $(SITE_DIR)/make/site.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c2e212d82c
commit
298f35647f
4 changed files with 14 additions and 14 deletions
|
|
@ -68,7 +68,7 @@ unexport RPM_VERSION VERSION DIST_SRC_DIR
|
|||
include $(MODDIR)/make/tag-rules.mk
|
||||
include $(MODDIR)/make/upload-rules.mk
|
||||
|
||||
BUILD_PACKAGE_SH = /bin/bash $(MOD_SCRIPT_DIR)/build-package.sh \
|
||||
BUILD_PACKAGE_SH = /bin/bash -x $(MOD_SCRIPT_DIR)/build-package.sh \
|
||||
-N $(RPM_PROJECT) \
|
||||
-R "$(RPM_REQUIRES_RUN)" -D "$(RPM_REQUIRES_DEVEL)" -P $(PROJECT) \
|
||||
-m $(MOD_SCRIPT_DIR) -a $(RPM_ARCH) -p $(DIST_PCKG_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue