Skip to content

Commit fb134c5

Browse files
committed
GIBS-1742 Ensure oe_validate_palette.py is in the RPM build
1 parent a66b622 commit fb134c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ onearth-artifact: onearth-clean
196196
rm -rf dist/onearth-$(ONEARTH_VERSION).tar.bz2
197197
tar cjvf dist/onearth-$(ONEARTH_VERSION).tar.bz2 \
198198
--transform="s,^,onearth-$(ONEARTH_VERSION)/," \
199-
src/modules/mod_onearth src/modules/mod_oems src/modules/mod_oemstime \
199+
src/modules/mod_onearth src/modules/mod_oems src/modules/mod_oemstime src/scripts \
200200
src/layer_config src/mrfgen src/cgi src/demo src/onearth_logs src/generate_legend GNUmakefile
201201

202202
#-----------------------------------------------------------------------------

deploy/onearth/onearth.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: onearth
22
Version: 1.1.1
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44
Summary: Installation packages for OnEarth
55

66
License: ASL 2.0+

0 commit comments

Comments
 (0)