data: install process-working.svg to filesystem
This helps prevent unlock failure on inplace upgrades between 7.3 and 7.4
This commit is contained in:
parent
f7b47666b2
commit
c7665b87a6
@ -23,3 +23,5 @@ foreach style: styles
|
||||
],
|
||||
depend_files: theme_sources)
|
||||
endforeach
|
||||
|
||||
install_data('process-working.svg', install_dir: themedir)
|
||||
|
@ -56,6 +56,7 @@ mozplugindir = join_paths(libdir, 'mozilla', 'plugins')
|
||||
portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
|
||||
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
|
||||
servicedir = join_paths(datadir, 'dbus-1', 'services')
|
||||
themedir = join_paths(pkgdatadir, 'theme')
|
||||
|
||||
plugindir = get_variable('BROWSER_PLUGIN_DIR', mozplugindir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user