diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-18 01:24:40 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-18 01:24:40 +0800 |
commit | 411b2707bd3a9f89773601b309c9f40c78788e3d (patch) | |
tree | 247d7b55a008b6b129a7878b7ff6b5357e40009a /camel | |
parent | d4f08418abf653bd88d19674c04c8d2758bcc962 (diff) | |
download | gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar.gz gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar.bz2 gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar.lz gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar.xz gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.tar.zst gsoc2013-evolution-411b2707bd3a9f89773601b309c9f40c78788e3d.zip |
Helpful install-exec-hook debugging output
2001-09-17 JP Rosevear <jpr@ximian.com>
* Makefile.am: Helpful install-exec-hook debugging output
svn path=/trunk/; revision=12901
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 = \ |