Author: saq Date: Fri Oct 14 14:35:46 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - avoid a bashism
---- Files affected: SOURCES: kadu-bashism.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kadu-bashism.patch diff -u /dev/null SOURCES/kadu-bashism.patch:1.1 --- /dev/null Fri Oct 14 16:35:46 2005 +++ SOURCES/kadu-bashism.patch Fri Oct 14 16:35:41 2005 @@ -0,0 +1,12 @@ +--- kadu/modules/Makefile.am.orig 2005-10-14 16:08:01.000000000 +0200 ++++ kadu/modules/Makefile.am 2005-10-14 16:09:16.000000000 +0200 +@@ -68,9 +68,7 @@ + if test -d translations; then \ + cd translations && \ + for trans in *.ts; do \ +- if [ ! -e $${trans//\ts/qm} ] || test $$trans -nt $${trans//\ts/qm}; then \ + $(QT_LRELEASE_DIR)/lrelease $$trans; \ +- fi; \ + done && \ + cd ..; \ + fi && \ ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit