From 27a961b25d7f5175d6ea004827e5b4e78758256e Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 11 Oct 1998 19:50:33 +0000 Subject: [PATCH] Always run `libgtop_postinstall', it's `:' if there's nothing to do since 1998-10-11 Martin Baulig * Makefile.am (install-exec-hook): Always run `libgtop_postinstall', it's `:' if there's nothing to do since the empty string is no valid shell syntax here. --- src/daemon/ChangeLog | 6 ++++++ src/daemon/Makefile.am | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index c129aaa0..d45da63b 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -1,3 +1,9 @@ +1998-10-11 Martin Baulig + + * Makefile.am (install-exec-hook): Always run `libgtop_postinstall', + it's `:' if there's nothing to do since the empty string is no + valid shell syntax here. + 1998-10-01 Martin Baulig * Makefile.am (install-exec-hook): Use `libgtop_postinstall' diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index d4288145..91779665 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -32,6 +32,5 @@ libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_su EXTRA_DIST = server_config.h.in server_config.pl install-exec-hook: - -if [ ! -z "@libgtop_postinstall@" ] ; then \ - @libgtop_postinstall@ ; \ - fi + -@libgtop_postinstall@ +