gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 4b4b6574afc96fcb14ce


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 4b4b6574afc96fcb14ced9220cf6a391d38316ea
Date: Sun, 24 Oct 2010 16:24:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4b4b6574afc96fcb14ced9220cf6a391d38316ea (commit)
      from  f30b4c0f0320eb3d0b2caacdc3378a9dd8c39877 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4b4b6574afc96fcb14ced9220cf6a391d38316ea


commit 4b4b6574afc96fcb14ced9220cf6a391d38316ea
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 24 10:24:29 2010 -0600

    remove extra curly brace

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index e08a03f..258d8ef 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -209,9 +209,9 @@ AC_DEFUN([GNASH_PATH_KDE4],
       KDE4_SERVICESDIR="${KDE4_PREFIX}/share/kde4/services"
     fi
     if test x"${KDE4_CONFIGDIR}" != x ; then 
-      KDE4_CONFIGDIR="${KDE4_CONFIGDIR}}/share/kde4/config"
+      KDE4_CONFIGDIR="${KDE4_CONFIGDIR}/share/kde4/config"
     else
-      KDE4_CONFIGDIR="${KDE4_PREFIX}}/share/kde4/config"
+      KDE4_CONFIGDIR="${KDE4_PREFIX}/share/kde4/config"
     fi
     if test x"${KDE4_APPSDATADIR}" != x ; then 
       KDE4_APPSDATADIR="${KDE4_APPSDATADIR}/share/kde4/apps/klash"

-----------------------------------------------------------------------

Summary of changes:
 macros/kde4.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]