mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-01-13 09:39:13 +01:00
small fix in distribute
This commit is contained in:
parent
103dfc8d6b
commit
29feb039c5
@ -51,7 +51,7 @@ make_distribution ()
|
||||
cp data/meta.xml.in HomebrewFilter/meta.xml
|
||||
|
||||
sed -e "s/@REV@/$XREV/g" -i HomebrewFilter/meta.xml
|
||||
sed -e '/./{H;$!d;}' -e 'x;/rev37/!d;' updates >> HomebrewFilter/meta.xml
|
||||
sed -e '/./{H;$!d;}' -e "x;/rev$XREV/!d;" updates >> HomebrewFilter/meta.xml
|
||||
echo -e "\n </long_description>\n</app>" >> HomebrewFilter/meta.xml
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user