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

Collapse All | Expand All

(-)bluefish-0.13.orig/Makefile.in (-1 / +1 lines)
Lines 75-81 Link Here
75
	$(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
75
	$(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
76
	$(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir)
76
	$(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir)
77
	@cd icons/ && $(MAKE) install
77
	@cd icons/ && $(MAKE) install
78
	if [ -d $(iconpath) ]; then \
78
	if [ -d $(DESTDIR)$(iconpath) ]; then \
79
		$(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\
79
		$(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\
80
	fi
80
	fi
81
	@cd src/ && $(MAKE) install
81
	@cd src/ && $(MAKE) install
(-)bluefish-0.13.orig/data/Makefile.in (-5 / +5 lines)
Lines 52-72 Link Here
52
	@for file in $(FUNCREFFILES) ; do \
52
	@for file in $(FUNCREFFILES) ; do \
53
		$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
53
		$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
54
	done
54
	done
55
	if [ -d $(gnome2applications) ] ; then \
55
	if [ -d $(DESTDIR)$(gnome2applications) ] ; then \
56
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
56
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
57
	fi
57
	fi
58
	if [ -d $(gnome1menupath) ] ; then \
58
	if [ -d $(DESTDIR)$(gnome1menupath) ] ; then \
59
		$(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\
59
		$(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\
60
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
60
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
61
	fi
61
	fi
62
	if [ -d $(gnome2appreg) ] ; then \
62
	if [ -d $(DESTDIR)$(gnome2appreg) ] ; then \
63
		$(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
63
		$(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
64
	fi
64
	fi
65
	if [ -d $(gnome2mime-info) ] ; then \
65
	if [ -d $(DESTDIR)$(gnome2mime-info) ] ; then \
66
		$(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
66
		$(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
67
		$(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
67
		$(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
68
	fi
68
	fi
69
	if [ -d $(gnome2icons) ] ; then \
69
	if [ -d $(DESTDIR)$(gnome2icons) ] ; then \
70
		$(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
70
		$(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
71
	fi
71
	fi
72
72

Return to bug 47447