call ldconfig after install
Stefan Schuermans

Stefan Schuermans commited on 2017-12-30 20:30:23
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -47,6 +47,7 @@ install:
47 47
 	ln -sf libBlinkenLib.$(SHLIBEXT).$(VERSION_MAJOR) $(PREFIX)/lib/libBlinkenLib.$(SHLIBEXT)
48 48
 	$(INSTALL) -d $(PREFIX)/bin
49 49
 	$(INSTALL) $(addprefix ../BlinkenLib/, $(EXECS)) $(PREFIX)/bin
50
+	if which ldconfig; then ldconfig; fi
50 51
 
51 52
 uninstall:
52 53
 	rm -f $(addprefix $(PREFIX)/bin/, $(EXECS))
53 54