diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-13 21:55:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-13 21:55:26 +0800 |
commit | 2ceccf9c7138ed533aabbf3244fec43da833785f (patch) | |
tree | b68d3f1dc0aab7eee97cd0d6a3e36aee83e2f6af /default_user/local | |
parent | 474a7723cacb523819b5b3870b9362e99360d1dc (diff) | |
download | gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.gz gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.zst gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.zip |
Install the Sent dir in Sent, not Sentbox
2000-09-13 JP Rosevear <jpr@helixcode.com>
* local/Sent/Makefile.am (defaultcalendardir): Install the Sent
dir in Sent, not Sentbox
svn path=/trunk/; revision=5398
Diffstat (limited to 'default_user/local')
-rw-r--r-- | default_user/local/Sent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default_user/local/Sent/Makefile.am b/default_user/local/Sent/Makefile.am index ac8ad5e080..024f5c76eb 100644 --- a/default_user/local/Sent/Makefile.am +++ b/default_user/local/Sent/Makefile.am @@ -1,4 +1,4 @@ -defaultcalendardir = $(datadir)/evolution/default_user/local/Sentbox +defaultcalendardir = $(datadir)/evolution/default_user/local/Sent defaultcalendar_DATA = folder-metadata.xml EXTRA_DIST = $(defaultcalendar_DATA) |