mirror of
https://github.com/weewx/weewx.git
synced 2026-04-23 19:17:05 -04:00
no more backgrounds
This commit is contained in:
@@ -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 = /%' \
|
||||
|
||||
@@ -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 = /%' \
|
||||
|
||||
Reference in New Issue
Block a user