]> git.pld-linux.org Git - packages/ecryptfs-utils.git/blame - ecryptfs-utils-sh.patch
- fix for posix mode sh
[packages/ecryptfs-utils.git] / ecryptfs-utils-sh.patch
CommitLineData
3f0393fe
JB
1--- ecryptfs-utils-38/configure.ac.orig 2008-01-02 22:38:33.000000000 +0100
2+++ ecryptfs-utils-38/configure.ac 2008-01-13 20:16:45.171399011 +0100
3@@ -234,8 +234,8 @@
4 AC_MSG_ERROR([Cannot locate gpgme])
5 else
6 AC_MSG_RESULT([found])
7- GPGME_CFLAGS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --cflags`"
8- GPGME_LIBS="`\"${with_gpgme_prefix}/bin/gpgme-config\" --libs`"
9+ GPGME_CFLAGS="$("${with_gpgme_prefix}/bin/gpgme-config" --cflags)"
10+ GPGME_LIBS="$("${with_gpgme_prefix}/bin/gpgme-config" --libs)"
11 fi
12 fi
13
This page took 0.058599 seconds and 4 git commands to generate.