no more backgrounds

This commit is contained in:
Matthew Wall
2017-04-30 00:57:10 -04:00
parent 759ddc2492
commit 962ef825cf
2 changed files with 0 additions and 14 deletions

View File

@@ -47,13 +47,6 @@ install: build
cp -r $(SRC)/util/rsyslog.d $(DST_CFGDIR)
cp -r $(SRC)/util/udev $(DST_CFGDIR)
# remove stuff that should not go out
rm $(DST_CFGDIR)/skins/Standard/backgrounds/butterfly.jpg
rm $(DST_CFGDIR)/skins/Standard/backgrounds/drops.gif
rm $(DST_CFGDIR)/skins/Standard/backgrounds/flower.jpg
rm $(DST_CFGDIR)/skins/Standard/backgrounds/leaf.jpg
rm $(DST_CFGDIR)/skins/Standard/backgrounds/night.gif
# patch paths in files we care about
cat $(SRC)/weewx.conf | sed \
-e 's%^WEEWX_ROOT =.*%WEEWX_ROOT = /%' \

View File

@@ -80,13 +80,6 @@ cp -r util/logwatch %{buildroot}%{dst_cfg_dir}
cp -r util/rsyslog.d %{buildroot}%{dst_cfg_dir}
cp -r util/udev %{buildroot}%{dst_cfg_dir}
# remove stuff that should not go out
rm %{buildroot}%{dst_cfg_dir}/skins/Standard/backgrounds/butterfly.jpg
rm %{buildroot}%{dst_cfg_dir}/skins/Standard/backgrounds/drops.gif
rm %{buildroot}%{dst_cfg_dir}/skins/Standard/backgrounds/flower.jpg
rm %{buildroot}%{dst_cfg_dir}/skins/Standard/backgrounds/leaf.jpg
rm %{buildroot}%{dst_cfg_dir}/skins/Standard/backgrounds/night.gif
# patch paths in files we care about
cat weewx.conf | sed \
-e 's%^WEEWX_ROOT =.*%WEEWX_ROOT = /%' \