patches/evolution-02-solaris-sed.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 17348 63933167ebde
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

--- evolution-2.4.1/plugin.mk	2006-07-21 11:01:02.841254000 +0800
+++ evolution-2.4.1/plugin.mk.bak	2006-07-21 11:11:37.458252000 +0800
@@ -1,8 +1,8 @@
 %.eplug: %.eplug.in
-	sed -e 's|\@PLUGINDIR\@|$(plugindir)|'		\
+	/usr/xpg4/bin/sed -e 's|\@PLUGINDIR\@|$(plugindir)|'		\
 	-e 's|\@SOEXT\@|$(SOEXT)|'			\
 	-e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|'	\
-	-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
+	-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@ 2>/dev/null;echo ""
 
 %.eplug.in: %.eplug.xml
 	LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@