[gnome-screensaver/gnome-2-30: 12/14] configure.ac: Fix unclosed sed quote
- From: Jason Clinton <jclinton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screensaver/gnome-2-30: 12/14] configure.ac: Fix unclosed sed quote
- Date: Tue, 28 Sep 2010 22:56:01 +0000 (UTC)
commit a75af8de7dcdfd79a61cfd1c07378a2351f3c4f5
Author: Jason D. Clinton <me jasonclinton com>
Date: Tue Sep 28 17:41:10 2010 -0500
configure.ac: Fix unclosed sed quote
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4868f06..a2cc8a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ fi
# Find out where the session service file goes
# The sad sed hack is recomended by section 27.10 of the automake manual.
-DBUS_SESSION_SERVICE_DIR=`pkg-config --variable session_bus_services_dir dbus-1 | sed -e 's,/usr/share,${datarootdir},g`
+DBUS_SESSION_SERVICE_DIR=`pkg-config --variable session_bus_services_dir dbus-1 | sed -e 's,/usr/share,${datarootdir},g'`
AC_SUBST(DBUS_SESSION_SERVICE_DIR)
# Determine PAM prefix
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]