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:
parent
ed982c4139
commit
2697e9d7b8
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user