[Xfce4-commits] <exo:master> Fix exo-preffered-applications.
Nick Schermer
noreply at xfce.org
Thu Aug 26 19:48:01 CEST 2010
Updating branch refs/heads/master
to 1247da374db64ac9f76d01fef0b4793f010d0b72 (commit)
from e965e42b9fa7532624a3bec2849beabfcc3836ba (commit)
commit 1247da374db64ac9f76d01fef0b4793f010d0b72
Author: Nick Schermer <nick at xfce.org>
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, at libdir\@,$(libdir),g' \
- -e 's, at LIBEXO_VERSION_API\@,$(LIBEXO_VERSION_API),g' < $< > $@
+ -e 's, at LIBEXO_VERSION_API\@,$(LIBEXO_VERSION_API),g' \
+ < $(srcdir)/exo-preferred-applications.in \
+ > exo-preferred-applications
desktopdir = $(datadir)/applications
desktop_in_files = \
More information about the Xfce4-commits
mailing list