File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ mod_onearth-install:
135
135
-t $(DESTDIR)/$(PREFIX)/share/mod_onearth/cgi
136
136
137
137
install -m 755 -d $(DESTDIR)/$(PREFIX)/share/mod_onearth/empty_tiles
138
- cp src/pyline /empty_tiles/* \
138
+ cp src/mrfgen /empty_tiles/* \
139
139
$(DESTDIR)/$(PREFIX)/share/mod_onearth/empty_tiles
140
140
141
141
install -m 755 -d $(DESTDIR)/$(PREFIX)/share/mod_onearth/demo
@@ -172,7 +172,7 @@ mod_onearth-artifact: mod_onearth-clean
172
172
rm -rf dist/mod_onearth-$(MOD_ONEARTH_VERSION ) .tar.bz2
173
173
tar cjvf dist/mod_onearth-$(MOD_ONEARTH_VERSION ) .tar.bz2 \
174
174
--transform=" s,^,mod_onearth-$( MOD_ONEARTH_VERSION) /," \
175
- src/mod_onearth src/layer_config src/pyline /empty_tiles src/cgi \
175
+ src/mod_onearth src/layer_config src/mrfgen /empty_tiles src/cgi \
176
176
src/demo GNUmakefile
177
177
178
178
# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments