From f3b827786b6140f21ed8f306d31a454ccc424f7d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 13 Jul 2000 05:05:34 +0000 Subject: (install-data-hook): ignore error on mkdir. 2000-07-12 Chris Toshok (install-data-hook): ignore error on mkdir. svn path=/trunk/; revision=4137 --- default_user/ChangeLog | 4 ++++ default_user/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'default_user') diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 917a5a5827..69427ff050 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,7 @@ +2000-07-12 Chris Toshok + + (install-data-hook): ignore error on mkdir. + 2000-07-12 Chris Toshok * Makefile.am (install-data-hook): create an empty news directory diff --git a/default_user/Makefile.am b/default_user/Makefile.am index 1a0734ffd5..2cff4d1435 100644 --- a/default_user/Makefile.am +++ b/default_user/Makefile.am @@ -6,4 +6,4 @@ default_DATA = ldapservers.xml shortcuts.xml EXTRA_DIST = $(default_DATA) install-data-hook: - mkdir $(defaultdir)/news + -mkdir $(defaultdir)/news -- cgit v1.2.3