[Xfce4-commits] <exo:master> Use on exo-helper-$(LIBEXO_VERSION_API) for exo-preferred-applications.

Jannis Pohlmann jannis at xfce.org
Tue Aug 25 02:52:01 CEST 2009


Updating branch refs/heads/master
         to 052fcaa595d2792dfd20232aefd442e80f2d179e (commit)
       from db6628fe1cc9728bca23295ee896bcd9692c140f (commit)

commit 052fcaa595d2792dfd20232aefd442e80f2d179e
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Aug 25 02:48:47 2009 +0200

    Use on exo-helper-$(LIBEXO_VERSION_API) for exo-preferred-applications.

 exo-helper/Makefile.am                   |    3 +--
 exo-helper/exo-preferred-applications.in |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/exo-helper/Makefile.am b/exo-helper/Makefile.am
index 3e545c5..ba3fb8b 100644
--- a/exo-helper/Makefile.am
+++ b/exo-helper/Makefile.am
@@ -54,8 +54,7 @@ bin_SCRIPTS =								\
 exo-preferred-applications: Makefile $(srcdir)/exo-preferred-applications.in
 	sed								\
 		-e 's, at libexecdir\@,$(libexecdir),g' 			\
-		-e 's, at LIBEXO_VERSION_MAJOR\@,$(LIBEXO_VERSION_MAJOR),g'\
-		-e 's, at LIBEXO_VERSION_MINOR\@,$(LIBEXO_VERSION_MINOR),g'\
+		-e 's, at LIBEXO_VERSION_API\@,$(LIBEXO_VERSION_API),g'    \
 		< $(srcdir)/exo-preferred-applications.in		\
 		> exo-preferred-applications
 
diff --git a/exo-helper/exo-preferred-applications.in b/exo-helper/exo-preferred-applications.in
index 4b41d0c..10d2ac6 100644
--- a/exo-helper/exo-preferred-applications.in
+++ b/exo-helper/exo-preferred-applications.in
@@ -9,4 +9,4 @@
 # Browser, Mail Reader and Terminal Emulator.
 #
 
-exec @libexecdir@/exo-helper- at LIBEXO_VERSION_MAJOR@. at LIBEXO_VERSION_MINOR@ --configure "$@"
+exec @libexecdir@/exo-helper- at LIBEXO_VERSION_MAJOR@ --configure "$@"



More information about the Xfce4-commits mailing list