forked from hasufell/hasufell-repository
Fix suggestions and bugs spotted by zlin
https://galileo.mailstation.de/gerrit/#/c/5864/
This commit is contained in:
@@ -30,7 +30,7 @@ here_desktop_entry() {
|
||||
doins "${TEMP}/${1}"
|
||||
)
|
||||
|
||||
if ! desktop-file-validate ${IMAGE}/usr/share/applications/${1} ; then
|
||||
if ! desktop-file-validate "${IMAGE}/usr/share/applications/${1}" ; then
|
||||
eerror "${1} does not pass desktop file validation"
|
||||
die_unless_nonfatal "${1} does not pass desktop file validation"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user