From 9d544e8cce32c55ce0b35c5c6ba5eb88aca56ad9 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Sat, 29 Dec 2012 16:47:46 +0000 Subject: [PATCH] FHEM/lib added to NEWSTYLE git-svn-id: https://svn.fhem.de/fhem/trunk@2388 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/fhemupdate.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index da686a096..c9d8a92ad 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -110,6 +110,7 @@ for(my $loop = 0; $loop < 2; $loop++) { "./CHANGED" => { type=>",fhem,", dir=>"." }, "FHEM/.*.pm" => { type=>",fhem,", dir=>"FHEM" }, "FHEM/FhemUtils/.*.pm" => { type=>",fhem,", dir=>"FHEM/FhemUtils"}, + "FHEM/lib/.*.pm" => { type=>",fhem,", dir=>"FHEM/lib"}, "../culfw/Devices/CUL/.*.hex" => { type=>",fhem,", dir=>"FHEM", dir3=>"FHEM", }, "www/pgm2/.*" => { type=>"fhem,", dir=>"www/pgm2"},