mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
firmware: fix fetch of changelogs on dvd images
This commit is contained in:
parent
088c92b0d7
commit
f2ca74384a
@ -33,8 +33,9 @@ FETCH="fetch -qT 5"
|
||||
|
||||
changelog_remove()
|
||||
{
|
||||
rm -rf ${DESTDIR}
|
||||
mkdir -p ${DESTDIR}
|
||||
touch ${DESTDIR}/index.json
|
||||
rm -rf ${DESTDIR}/*
|
||||
}
|
||||
|
||||
changelog_fetch()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user