mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Fix source tar call ambiguity
* build-aux/speedo.mk (dist-source): Expand exclude-vc to exclude-vcs. -- Tar 1.29 also has exclude-vcs-ignores so this became ambiguous. Signed-off-by: Andre Heinecke <aheinecke@intevation.de>
This commit is contained in:
parent
216f0804c1
commit
96acbdd726
@ -1127,10 +1127,10 @@ dist-source: installer
|
||||
(set -e;\
|
||||
tarname="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).tar" ;\
|
||||
[ -f "$$tarname" ] && rm "$$tarname" ;\
|
||||
tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vc \
|
||||
tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vcs \
|
||||
--transform='s,^\./,$(INST_NAME)-$(INST_VERSION)/,' \
|
||||
--anchored --exclude './PLAY' . ;\
|
||||
tar --totals -rf "$$tarname" --exclude-backups --exclude-vc \
|
||||
tar --totals -rf "$$tarname" --exclude-backups --exclude-vcs \
|
||||
--transform='s,^,$(INST_NAME)-$(INST_VERSION)/,' \
|
||||
PLAY/stamps/stamp-*-00-unpack PLAY/src swdb.lst swdb.lst.sig ;\
|
||||
[ -f "$$tarname".xz ] && rm "$$tarname".xz;\
|
||||
|
Loading…
x
Reference in New Issue
Block a user