diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/Makefile.am | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5828717440..effc29b5d2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2001-09-17 JP Rosevear <jpr@ximian.com> + + * Makefile.am: Helpful install-exec-hook debugging output + 2001-09-16 Jeffrey Stedfast <fejj@ximian.com> * camel-folder.c (camel_folder_get_uri): New function to get the diff --git a/camel/Makefile.am b/camel/Makefile.am index ee2e88f255..50d1bd2453 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -221,6 +221,8 @@ install-exec-hook: echo " 3. chmod u+s $(DESTDIR)$(sbindir)/camel-lock-helper" ; \ echo '*** WARNING ***' ; \ fi \ + else \ + echo "No user to chown to"; \ fi @if test -n "$(CAMEL_LOCK_HELPER_GROUP)"; then \ if test `whoami` = root ; then \ @@ -234,6 +236,8 @@ install-exec-hook: echo " 3. chmod g+s $(DESTDIR)$(sbindir)/camel-lock-helper" ; \ echo '*** WARNING ***' ; \ fi \ + else \ + echo "No user to chown to"; \ fi noinst_HEADERS = \ |