focus on your browsing
browser web-browser

remove glib-compile-schemas silencer

woof.monster f8ccdeac 38ca7c2b

verified
+1 -2
+1 -2
Justfile
··· 57 57 mkdir -p {{ PREFIX }}/share/glib-2.0/schemas 58 58 cp OuchBrowser/OuchBrowser.gschema.xml {{ PREFIX }}/share/glib-2.0/schemas 59 59 glib-compile-schemas \ 60 - {{ PREFIX }}/share/glib-2.0/schemas \ 61 - >/dev/null 2>/dev/null 60 + {{ PREFIX }}/share/glib-2.0/schemas 62 61 63 62 # compiles translations and installs them 64 63 [group("build")]