mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rpmdist.mk: Next adaption of exclude pattern
This commit is contained in:
parent
51597b9f9e
commit
533367a58c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ cpfiles.dist:
|
|||
%.tar.gz: cpfiles.dist cpmod.dist
|
||||
mkdir -p $(DIST_PCKG_DIR)
|
||||
tar -czvf $@ -C $(dir $(DIST_SRC_DIR)) $(notdir $(DIST_SRC_DIR)) \
|
||||
$(addprefix --exclude=,"$(basename $(shell find . -name *.in | sed 's%\./%*%'))")
|
||||
$(addprefix --exclude=,$(patsubst %,"%",$(basename $(shell find . -name *.in | sed 's%\./%*/%; s%\(.*\)%\1%g'))))
|
||||
|
||||
%.src.rpm: %.tar.gz
|
||||
rpm -ts $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue