From: Tobias Oetiker Date: Sat, 10 Nov 2012 16:47:28 +0000 (+0100) Subject: do not die when failing to add link X-Git-Tag: 1.4.8~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d786d9146d45234c32999adae6ae7286ea8701;p=thirdparty%2Frrdtool-1.x.git do not die when failing to add link --- diff --git a/src/Makefile.am b/src/Makefile.am index 772533b1..f0a54485 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -131,4 +131,4 @@ librrd.sym: librrd.sym.in $(AM_V_GEN)grep -v LIBC_HAS_GETOPT_LONG librrd.sym.in >$@ install-exec-hook: - (cd $(DESTDIR)$(bindir) && $(LN_S) rrdupdate rrdcreate && $(LN_S) rrdupdate rrdinfo) + (cd $(DESTDIR)$(bindir) && $(LN_S) rrdupdate rrdcreate && $(LN_S) rrdupdate rrdinfo) || true