Home | History | Annotate | Download | only in patches
      1  9549  sh162551 --- plugin.mk	2006-07-21 11:01:02.841254000 +0800
      2  9549  sh162551 +++ plugin.mk.bak	2006-07-21 11:11:37.458252000 +0800
      3  9549  sh162551 @@ -1,8 +1,8 @@
      4  9549  sh162551  %.eplug: %.eplug.in
      5  9549  sh162551 -	sed -e 's|\@PLUGINDIR\@|$(plugindir)|'		\
      6  9549  sh162551 +	/usr/xpg4/bin/sed -e 's|\@PLUGINDIR\@|$(plugindir)|'		\
      7  9549  sh162551  	-e 's|\@SOEXT\@|$(SOEXT)|'			\
      8  9549  sh162551  	-e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|'	\
      9  9549  sh162551 -	-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
     10  9549  sh162551 +	-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@ 2>/dev/null;echo ""
     11  9549  sh162551  
     12  9549  sh162551  %.eplug.in: %.eplug.xml
     13  9549  sh162551  	LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
     14