diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-08-06 17:23:47 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-08-06 17:23:47 +0800 |
commit | 601c5fe5a0b1efac46832dd0e63131d77afae429 (patch) | |
tree | b9501fac21442d0045f3d14d6b1417d85adbc09c | |
parent | 809f7a3ee813b2324608e815c46db3d2ed245026 (diff) | |
download | gsoc2013-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 ...
-rw-r--r-- | plugin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< $@ |