diff options
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 33d9a10d..e7eb1f28 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -52,5 +52,5 @@ libgtop_server2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \ EXTRA_DIST = server_config.h.in server_config.pl install-exec-hook: - -@libgtop_postinstall@ + -test -n "$(DESTDIR)" || @libgtop_postinstall@ |