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

(-)Makefile (-2 / +2 lines)
Lines 26-33 Link Here
26
	install -d $(AUTOLOAD_DIR)
26
	install -d $(AUTOLOAD_DIR)
27
	cp $(GLIBNAME) $(AUTOLOAD_DIR)
27
	cp $(GLIBNAME) $(AUTOLOAD_DIR)
28
	cp $(OLIBNAME) $(AUTOLOAD_DIR)
28
	cp $(OLIBNAME) $(AUTOLOAD_DIR)
29
	test -d ${GRASSTABLES_DIR} || mkdir ${GRASSTABLES_DIR}
29
	test -d ${GRASSTABLES_DIR} || mkdir -p ${GRASSTABLES_DIR}
30
	test -d ${GRASSTABLES_DIR}/etc || mkdir ${GRASSTABLES_DIR}/etc
30
	test -d ${GRASSTABLES_DIR}/etc || mkdir -p ${GRASSTABLES_DIR}/etc
31
	cp /usr/grass-6.1.cvs/etc/ellipse.table ${GRASSTABLES_DIR}/etc
31
	cp /usr/grass-6.1.cvs/etc/ellipse.table ${GRASSTABLES_DIR}/etc
32
	cp /usr/grass-6.1.cvs/etc/datum.table ${GRASSTABLES_DIR}/etc	
32
	cp /usr/grass-6.1.cvs/etc/datum.table ${GRASSTABLES_DIR}/etc	
33
33

Return to bug 113355