diff --git a/remove-translations.diff b/remove-translations.diff index 99a252f..c121a5c 100644 --- a/remove-translations.diff +++ b/remove-translations.diff @@ -18,7 +18,7 @@ Index: scripts/find-lang.sh +done +find $TOP_DIR/usr/share/help/ -maxdepth 1 -type d | sed 's:'"$TOP_DIR"/usr/share/help/'::; /^$/d' | while read dir; do + if ! rpm -ql filesystem | egrep -q "/usr/share/help/$dir"$; then -+ echo -n "removing help translation /usr/share/help/$dir" ++ echo "removing help translation /usr/share/help/$dir" + rm -rf $TOP_DIR/usr/share/help/$dir + fi +done diff --git a/rpm.changes b/rpm.changes index 5c6cdb5..f75d8c8 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 26 07:37:10 UTC 2012 - vuntz@opensuse.org + +- Update remove-translations.diff to fix a echo statement that was + using -n. + ------------------------------------------------------------------- Tue Mar 13 21:53:12 UTC 2012 - dimstar@opensuse.org