mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 05:47:38 +01:00
rpmdist.mk: Remove leading ./ again from exclude patterns
This commit is contained in:
parent
de5d228ee6
commit
a58b70e736
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ cpfiles.dist:
|
||||||
%.tar.gz: cpfiles.dist cpmod.dist
|
%.tar.gz: cpfiles.dist cpmod.dist
|
||||||
mkdir -p $(DIST_PCKG_DIR)
|
mkdir -p $(DIST_PCKG_DIR)
|
||||||
tar -czvf $@ -C $(dir $(DIST_SRC_DIR)) $(notdir $(DIST_SRC_DIR)) \
|
tar -czvf $@ -C $(dir $(DIST_SRC_DIR)) $(notdir $(DIST_SRC_DIR)) \
|
||||||
$(addprefix --exclude=,$(basename $(shell find . -name *.in)))
|
$(addprefix --exclude=,$(basename $(shell find . -name *.in | sed 's%\./%%')))
|
||||||
|
|
||||||
bla:
|
bla:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue