rpmdist.mk: Remove leading ./ again from exclude patterns

This commit is contained in:
Jan Lindemann 2004-11-29 21:46:40 +00:00 committed by Jan Lindemann
commit a58b70e736

View file

@ -85,7 +85,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)))
$(addprefix --exclude=,$(basename $(shell find . -name *.in | sed 's%\./%%')))
bla: