2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

Meta.pm: fix link to raw source file

git-svn-id: https://svn.fhem.de/fhem/trunk@18928 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-03-16 14:04:26 +00:00
parent ed982c4139
commit 2697e9d7b8

View File

@ -1679,7 +1679,10 @@ m/(^#\s+(?:\d{1,2}\.\d{1,2}\.(?:\d{2}|\d{4})\s+)?[^v\d]*(v?(?:\d{1,3}\.\d{1,3}(?
: ''
);
$modMeta->{resources}{repository}{x_raw} =
'https://svn.fhem.de/fhem/trunk/'
'https://svn.fhem.de/fhem/trunk/'
. ( $modMeta->{resources}{repository}{x_filepath} =~ /\/$/
? $modMeta->{resources}{repository}{x_filepath}
: $modMeta->{resources}{repository}{x_filepath} . '/' )
. $modMeta->{x_file}[1]
. $modMeta->{x_file}[2];
}