diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-07-13 02:15:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-13 02:15:58 +0800 |
commit | ee5fbe76635d672a2bc14feb6d3ca7c83d565063 (patch) | |
tree | 350d060f525de314716a227d915893f003bcc6ca /default_user | |
parent | 2d4ee0e3a3b914d14506fa89a15f0dad69498158 (diff) | |
download | gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar.gz gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar.bz2 gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar.lz gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar.xz gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.tar.zst gsoc2013-evolution-ee5fbe76635d672a2bc14feb6d3ca7c83d565063.zip |
create an empty news directory in $(defaultdir).
2000-07-12 Chris Toshok <toshok@helixcode.com>
* Makefile.am (install-data-hook): create an empty news directory
in $(defaultdir).
svn path=/trunk/; revision=4114
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 00b9b5df1f..917a5a5827 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2000-07-12 Chris Toshok <toshok@helixcode.com> + + * Makefile.am (install-data-hook): create an empty news directory + in $(defaultdir). + 2000-07-06 Chris Toshok <toshok@helixcode.com> * ldapservers.xml: break up the uri into it's component pieces. - diff --git a/default_user/Makefile.am b/default_user/Makefile.am index 6ffd66c0fc..1a0734ffd5 100644 --- a/default_user/Makefile.am +++ b/default_user/Makefile.am @@ -4,3 +4,6 @@ defaultdir = $(prefix)/share/evolution/default_user default_DATA = ldapservers.xml shortcuts.xml EXTRA_DIST = $(default_DATA) + +install-data-hook: + mkdir $(defaultdir)/news |