diff --git a/fhem/contrib/fhemupdate.control.fhem b/fhem/contrib/fhemupdate.control.fhem index 133edad50..5d1d24201 100644 --- a/fhem/contrib/fhemupdate.control.fhem +++ b/fhem/contrib/fhemupdate.control.fhem @@ -5,7 +5,6 @@ DIR www/pgm2 DIR docs DIR FHEM/lib DEL FHEM/OWNet.pm -UPD FHEM/lib/OWNet.pm MOV FHEM/release.* unused MOV FHEM/99_updatefhem.* unused MOV FHEM/99_CULflash.* unused diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index c47c92f53..da686a096 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -34,6 +34,7 @@ my @filelist = ( "./fhem.pl.txt", "FHEM/.*.pm", "FHEM/FhemUtils/.*.pm", + "FHEM/lib/.*.pm", "www/gplot/.*.gplot", "www/images/dark/.*.png", "www/images/default/.*.png",