Adding manual compilation of schemas for just-perfection.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2623f4c772
commit
f04aa6def4
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ install: build
|
|||
mkdir -p $(DESTDIR)/usr/share/gnome-shell/extensions
|
||||
unzip $(EXTENSION)/*.zip -d $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
||||
|
||||
# compiling schema
|
||||
glib-compile-schemas $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/schemas
|
||||
|
||||
# removing unused files
|
||||
rm -f $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/LICENSE
|
||||
rm -f $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/CHANGELOG.md
|
||||
|
|
Loading…
Add table
Reference in a new issue