From 0b3f63456a1265e13274fd7c6ba0903e4cb3db5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Ng=E1=BB=8Dc=20Qu=C3=A2n?= Date: Thu, 17 Apr 2014 14:12:01 +0700 Subject: [PATCH] fix url for rsync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trần Ngọc Quân --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 335fbc52..b32e9ce8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,4 +124,4 @@ dist-hook: echo $(VERSION) > $(distdir)/.tarball-version get-trans: - rsync -Lrtvz translationproject.org::tp/latest/procps/ po + rsync -Lrtvz translationproject.org::tp/latest/procps-ng/ po