]> git.pld-linux.org Git - packages/ekiga.git/commitdiff
- remove bashizm
authorSzymon Siwek <sls@pld-linux.org>
Tue, 18 Nov 2008 06:07:14 +0000 (06:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekiga-shell.patch -> 1.1

ekiga-shell.patch [new file with mode: 0644]

diff --git a/ekiga-shell.patch b/ekiga-shell.patch
new file mode 100644 (file)
index 0000000..3f8889a
--- /dev/null
@@ -0,0 +1,11 @@
+--- ekiga-3.0.1/src/Makefile.am.orig   2008-11-05 02:58:20.829222623 +0100
++++ ekiga-3.0.1/src/Makefile.am        2008-11-05 02:59:05.326164449 +0100
+@@ -171,7 +171,7 @@
+             echo "#define EKIGA_REVISION $(SVN_REVISION)" > revision.h; \
+           fi \
+         else \
+-          if !(test -e "./revision.h"); then\
++          if [ ! -e "./revision.h" ]; then\
+             echo "#define EKIGA_REVISION \"unknown\"" > revision.h; \
+           fi \
+         fi)
This page took 0.028868 seconds and 4 git commands to generate.