Updating branch refs/heads/master
         to 1247da374db64ac9f76d01fef0b4793f010d0b72 (commit)
       from e965e42b9fa7532624a3bec2849beabfcc3836ba (commit)

commit 1247da374db64ac9f76d01fef0b4793f010d0b72
Author: Nick Schermer <[email protected]>
Date:   Thu Aug 26 19:46:38 2010 +0200

    Fix exo-preffered-applications.
    
    I broke this in the previous commit.

 exo-helper/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/exo-helper/Makefile.am b/exo-helper/Makefile.am
index 6594a0e..407a49a 100644
--- a/exo-helper/Makefile.am
+++ b/exo-helper/Makefile.am
@@ -54,7 +54,9 @@ bin_SCRIPTS =                                                 
        \
 
 exo-preferred-applications: Makefile $(srcdir)/exo-preferred-applications.in
        sed -e 's,@libdir\@,$(libdir),g'                                \
-           -e 's,@LIBEXO_VERSION_API\@,$(LIBEXO_VERSION_API),g' < $< > $@
+           -e 's,@LIBEXO_VERSION_API\@,$(LIBEXO_VERSION_API),g'        \
+           < $(srcdir)/exo-preferred-applications.in                   \
+           > exo-preferred-applications
 
 desktopdir = $(datadir)/applications
 desktop_in_files =                                                     \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to