This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 43eca511c48920dff48c0ae5d2c3a67fc5957cc4
Author: Piotr Dziwinski <piot...@gmail.com>
Date:   Tue Oct 28 18:28:38 2014 +0100

    Fix sed commands (#349)
---
 data              | 2 +-
 po/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data b/data
index 715574d..2660c69 160000
--- a/data
+++ b/data
@@ -1 +1 @@
-Subproject commit 715574da9a3350be60d8fbf40c0e176576923f50
+Subproject commit 2660c69a52411ca68a2cd6d61f6147f0efbfcc15
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 9a360e8..def5473 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -7,7 +7,7 @@ find_program(XGETTEXT_CMD xgettext)
 add_custom_command(OUTPUT ${_potFile}
     COMMAND ${XGETTEXT_CMD} ${colobot_SOURCE_DIR}/src/app/app.cpp 
--output=${_potFile}
     COMMAND ${XGETTEXT_CMD} ${colobot_SOURCE_DIR}/src/common/restext.cpp 
--output=${_potFile} --join-existing --keyword=TR --no-location
-    COMMAND sed -i "s|^\\(\"POT-Creation-Date:\\).*$|\\1 DATE\\\\n\"|" 
${_potFile}
+    COMMAND sed -i -e "s|^\\(\"POT-Creation-Date:\\).*$|\\1 DATE\\\\n\"|" 
${_potFile}
 
     WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
     COMMENT "Extract translatable messages to ${_potFile}"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to