Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296817
Collapse All | Expand All

(-)Makefile.in.orig (-1 / +1 lines)
Lines 792-798 Link Here
792
	@for p in tkgate verga; do \
792
	@for p in tkgate verga; do \
793
	   f=`echo "$$p" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
793
	   f=`echo "$$p" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
794
	   rm -f $(DESTDIR)$(pkgdatadir)/libexec/$$p; \
794
	   rm -f $(DESTDIR)$(pkgdatadir)/libexec/$$p; \
795
	   $(LN_S) `(cd $(DESTDIR)$(bindir);pwd)`/$$f $(DESTDIR)$(pkgdatadir)/libexec/$$p; \
795
	   $(LN_S) $(bindir)/$$f $(DESTDIR)$(pkgdatadir)/libexec/$$p; \
796
	done
796
	done
797
#
797
#
798
# Copy all the data files we need
798
# Copy all the data files we need

Return to bug 296817