Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519680 | Differences between
and this patch

Collapse All | Expand All

(-)capnproto-0.5.1.2.orig/c++/Makefile.am (-1 / +1 lines)
Lines 324-330 capnpc_c___SOURCES = src/capnp/compiler/ Link Here
324
# user doesn't have root privileges), don't worry about it.
324
# user doesn't have root privileges), don't worry about it.
325
install-exec-hook:
325
install-exec-hook:
326
	ln -sf capnp $(DESTDIR)$(bindir)/capnpc
326
	ln -sf capnp $(DESTDIR)$(bindir)/capnpc
327
	ldconfig < /dev/null > /dev/null 2>&1 || true
327
#	ldconfig < /dev/null > /dev/null 2>&1 || true
328
328
329
uninstall-hook:
329
uninstall-hook:
330
	rm -f $(DESTDIR)$(bindir)/capnpc
330
	rm -f $(DESTDIR)$(bindir)/capnpc

Return to bug 519680