summaryrefslogtreecommitdiffstats
path: root/extensions/hibernate-status/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-18 13:38:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-18 13:38:38 +0000
commita2afeba6545be9307f6505fd7a29375e89a9075e (patch)
treec598c70f26a350073352322c6d2d4da6952945fa /extensions/hibernate-status/Makefile
parentReleasing debian version 20230205-2. (diff)
downloadgnome-shell-extensions-extra-a2afeba6545be9307f6505fd7a29375e89a9075e.tar.xz
gnome-shell-extensions-extra-a2afeba6545be9307f6505fd7a29375e89a9075e.zip
Merging upstream version 20230618.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/hibernate-status/Makefile')
-rw-r--r--extensions/hibernate-status/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/hibernate-status/Makefile b/extensions/hibernate-status/Makefile
index 3378024..80f5796 100644
--- a/extensions/hibernate-status/Makefile
+++ b/extensions/hibernate-status/Makefile
@@ -52,8 +52,7 @@ install-local: _build
cp -r ./_build/* $(INSTALLBASE)/$(INSTALLNAME)/
ifeq ($(INSTALLTYPE),system)
# system-wide settings and locale files
- # rm -r $(INSTALLBASE)/$(INSTALLNAME)/schemas
- rm -f $(INSTALLBASE)/$(INSTALLNAME)/schemas/*gschema.xml
+ rm -r $(INSTALLBASE)/$(INSTALLNAME)/schemas
rm -r $(INSTALLBASE)/$(INSTALLNAME)/locale
mkdir -p $(SHARE_PREFIX)/glib-2.0/schemas $(SHARE_PREFIX)/locale
cp -r ./schemas/*gschema.* $(SHARE_PREFIX)/glib-2.0/schemas