28 lines
778 B
Diff
28 lines
778 B
Diff
|
From 0b3f63456a1265e13274fd7c6ba0903e4cb3db5a Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Tr=E1=BA=A7n=20Ng=E1=BB=8Dc=20Qu=C3=A2n?=
|
||
|
<vnwildman@gmail.com>
|
||
|
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 <vnwildman@gmail.com>
|
||
|
---
|
||
|
Makefile.am | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git Makefile.am Makefile.am
|
||
|
index 335fbc5..b32e9ce 100644
|
||
|
--- Makefile.am
|
||
|
+++ 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
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|