From e77a03e00562cb77cf74cd181766e28414fe95d4 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Mon, 8 Sep 2014 09:43:47 -0500 Subject: [PATCH 1/7] Remove the --disable-overwrite parameter for the Transifex client --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6edac2a..5ae51f7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECFILE) | sed -e 's|%.*$$||g' RELEASE_TAG=$(PKGNAME)-$(VERSION)-$(RELEASE) VERSION_TAG=$(PKGNAME)-$(VERSION) -TX_PULL_ARGS = -a --disable-overwrite +TX_PULL_ARGS = -a TX_PUSH_ARGS = -s all: -- 1.9.3