aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-08-06 17:23:47 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-08-06 17:23:47 +0800
commit601c5fe5a0b1efac46832dd0e63131d77afae429 (patch)
treeb9501fac21442d0045f3d14d6b1417d85adbc09c /plugin.mk
parent809f7a3ee813b2324608e815c46db3d2ed245026 (diff)
downloadgsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar.gz
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar.bz2
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar.lz
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar.xz
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.tar.zst
gsoc2013-evolution-601c5fe5a0b1efac46832dd0e63131d77afae429.zip
Make the intention of /tmp more explicit, and rescue people who happen
to have evolution .po files in /tmp from a sad fate ...
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.mk b/plugin.mk
index a98aaf63bb..7f3528a118 100644
--- a/plugin.mk
+++ b/plugin.mk
@@ -5,7 +5,7 @@
-e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@
%.eplug.in: %.eplug.xml
- LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+ LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@
%.error: %.error.xml
- LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+ LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@