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

Collapse All | Expand All

(-)librep-0.17-orig/Makefile.in (-3 / +1 lines)
Lines 53-59 Link Here
53
	$(INSTALL_SCRIPT) libtool $(DESTDIR)$(repcommonexecdir)
53
	$(INSTALL_SCRIPT) libtool $(DESTDIR)$(repcommonexecdir)
54
	$(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir)
54
	$(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir)
55
	$(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir)
55
	$(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir)
56
	$(INSTALL_DATA) rep-debugger.el $(DESTDIR)$(emacssitelispdir)
57
56
58
	@echo "---------------------------------------------------------"
57
	@echo "---------------------------------------------------------"
59
	@echo "Trying to install rep.m4 in $(DESTDIR)$(aclocaldir);"
58
	@echo "Trying to install rep.m4 in $(DESTDIR)$(aclocaldir);"
Lines 64-71 Link Here
64
installdirs : mkinstalldirs
63
installdirs : mkinstalldirs
65
	$(SHELL) $< $(DESTDIR)$(repdir)/$(version) \
64
	$(SHELL) $< $(DESTDIR)$(repdir)/$(version) \
66
	  $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \
65
	  $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \
67
	  $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) \
66
	  $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir)
68
	  $(DESTDIR)$(emacssitelispdir)
69
67
70
uninstall :
68
uninstall :
71
	-for dir in $(INSTALL_SUBDIRS); do \
69
	-for dir in $(INSTALL_SUBDIRS); do \

Return to bug 234920