]> git.pld-linux.org Git - packages/ekiga.git/blame - ekiga-shell.patch
- release 16 (by relup.sh)
[packages/ekiga.git] / ekiga-shell.patch
CommitLineData
41573bc8
SS
1--- ekiga-3.0.1/src/Makefile.am.orig 2008-11-05 02:58:20.829222623 +0100
2+++ ekiga-3.0.1/src/Makefile.am 2008-11-05 02:59:05.326164449 +0100
3@@ -171,7 +171,7 @@
4 echo "#define EKIGA_REVISION $(SVN_REVISION)" > revision.h; \
5 fi \
6 else \
7- if !(test -e "./revision.h"); then\
8+ if [ ! -e "./revision.h" ]; then\
9 echo "#define EKIGA_REVISION \"unknown\"" > revision.h; \
10 fi \
11 fi)
This page took 0.084646 seconds and 4 git commands to generate.