mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Fix MIMETYPE variable:
An ending double quote was missing, and consecutive semicolons were generated: update-desktop-database does not like empty MIME types.
This commit is contained in:
parent
78b2022092
commit
c78bc34f49
@ -502,9 +502,9 @@ export MOZBUILD_STATE_PATH=${PWD}/mozbuild &&
|
||||
<screen role="root"><userinput>mkdir -pv /usr/share/applications &&
|
||||
mkdir -pv /usr/share/pixmaps &&
|
||||
|
||||
MIMETYPE="text/xml;text/mml;text/html;" &&
|
||||
MIMETYPE="text/xml;text/mml;text/html" &&
|
||||
MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" &&
|
||||
MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https; &&
|
||||
MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" &&
|
||||
|
||||
cat > /usr/share/applications/firefox.desktop << EOF &&
|
||||
<literal>[Desktop Entry]
|
||||
|
@ -500,9 +500,9 @@ export MOZBUILD_STATE_PATH=${PWD}/mozbuild &&
|
||||
<screen role="root"><userinput>mkdir -pv /usr/share/applications &&
|
||||
mkdir -pv /usr/share/pixmaps &&
|
||||
|
||||
MIMETYPE="text/xml;text/mml;text/html;" &&
|
||||
MIMETYPE="text/xml;text/mml;text/html" &&
|
||||
MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" &&
|
||||
MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https; &&
|
||||
MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" &&
|
||||
|
||||
cat > /usr/share/applications/firefox.desktop << EOF &&
|
||||
<literal>[Desktop Entry]
|
||||
|
Loading…
Reference in New Issue
Block a user