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

Collapse All | Expand All

(-)Makefile.am.old (-2 / +2 lines)
Lines 89-96 Link Here
89
install-data-hook: 
89
install-data-hook: 
90
	$(UPDATE_DESKTOP)
90
	$(UPDATE_DESKTOP)
91
	if [ "x$(DIR_GIO)" != "x" ] ; then \
91
	if [ "x$(DIR_GIO)" != "x" ] ; then \
92
		$(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(libdir)/f-spot/; \
92
		$(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(DESTDIR)$(libdir)/f-spot/; \
93
		$(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/; \
93
		$(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(DESTDIR)$(libdir)/f-spot/; \
94
	fi
94
	fi
95
95
96
uninstall-hook: 
96
uninstall-hook: 

Return to bug 227073