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

Collapse All | Expand All

(-)Makefile.am.orig (-3 / +3 lines)
Lines 36-46 Link Here
36
36
37
install-exec-local:
37
install-exec-local:
38
	if test -d $(srcdir)/linux_tools; then \
38
	if test -d $(srcdir)/linux_tools; then \
39
	  if test -f $(srcdir)/linux_tools/bkhive2; then \
39
	  if test -f $(srcdir)/linux_tools/bkhive; then \
40
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(bindir); \
40
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive $(DESTDIR)$(bindir); \
41
	  fi ;\
41
	  fi ;\
42
	  if test -f $(srcdir)/linux_tools/samdump2; then \
42
	  if test -f $(srcdir)/linux_tools/samdump2; then \
43
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(bindir); \
43
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(DESTDIR)$(bindir); \
44
	  fi \
44
	  fi \
45
	fi
45
	fi
46
46
(-)Makefile.in.orig (-3 / +3 lines)
Lines 618-628 Link Here
618
618
619
install-exec-local:
619
install-exec-local:
620
	if test -d $(srcdir)/linux_tools; then \
620
	if test -d $(srcdir)/linux_tools; then \
621
	  if test -f $(srcdir)/linux_tools/bkhive2; then \
621
	  if test -f $(srcdir)/linux_tools/bkhive; then \
622
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(bindir); \
622
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive $(DESTDIR)$(bindir); \
623
	  fi ;\
623
	  fi ;\
624
	  if test -f $(srcdir)/linux_tools/samdump2; then \
624
	  if test -f $(srcdir)/linux_tools/samdump2; then \
625
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(bindir); \
625
	    $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(DESTDIR)$(bindir); \
626
	  fi \
626
	  fi \
627
	fi
627
	fi
628
628

Return to bug 174356