From 1a4bb65ca950963410d13154eca68879007cb1e2 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 3 Nov 2019 17:02:38 +0000 Subject: [PATCH] Makefile: use relative GLIB_COMPILE_SCHEMAS path This is more portable, and /usr/bin/glib-compile-schemas will almost certainly always be in PATH anyway. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ac3c50f9ea48..21c29a896b06 100644 --- a/Makefile.in +++ b/Makefile.in @@ -303,7 +303,7 @@ LN_S_FILEONLY = @LN_S_FILEONLY@ # We use gzip to compress installed .el and some .txt files. GZIP_PROG = @GZIP_PROG@ -GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas +GLIB_COMPILE_SCHEMAS = glib-compile-schemas # ============================= Targets ==============================