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

Collapse All | Expand All

(-)h5utils-1.7.2/Makefile.in.orig (-2 / +2 lines)
Lines 142-149 h5tov5d-uninstall: Link Here
142
	rm -f $(prefix)/man/man1/h5tov5d.1
142
	rm -f $(prefix)/man/man1/h5tov5d.1
143
143
144
h5read-install:
144
h5read-install:
145
	$(INSTALL) -d $(OCT_INSTALL_DIR)
145
	$(INSTALL) -d $(prefix)/$(OCT_INSTALL_DIR)
146
	$(INSTALL) -m 0755 h5read.oct $(OCT_INSTALL_DIR)
146
	$(INSTALL) -m 0755 h5read.oct $(prefix)/$(OCT_INSTALL_DIR)
147
147
148
h5read.oct-install: $(H5READ_INSTALL_TARGET)
148
h5read.oct-install: $(H5READ_INSTALL_TARGET)
149
149

Return to bug 109684