SOURCES: kadu-bashism.patch (NEW) - avoid a bashism
saq
saq at pld-linux.org
Fri Oct 14 16:35:46 CEST 2005
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 && \
================================================================
More information about the pld-cvs-commit
mailing list