mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_Installer: fix hint about automatic source code analysis
git-svn-id: https://svn.fhem.de/fhem/trunk@18850 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
86ddab91b8
commit
dfaa6d264e
@ -1374,7 +1374,7 @@ sub CreateMetadataList ($$$) {
|
||||
. "\n"
|
||||
. 'and can be incorrect.'
|
||||
. $lb
|
||||
if ( !defined( $modMeta->{x_prereqs_src} )
|
||||
if ( defined( $modMeta->{x_prereqs_src} )
|
||||
&& $modMeta->{x_prereqs_src} ne 'META.json' );
|
||||
|
||||
my @mAttrs = qw(
|
||||
|
Loading…
x
Reference in New Issue
Block a user