# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346963653 -7200 # Node ID af9f2bac68b2766d7ae83b9780d3c9b42b8922a9 # Parent 3045cab269c7988bc37f09ae73f87222a049bfa1 Redirect installation of bash completion scripts to a more appropriate path. diff -r 3045cab269c7 -r af9f2bac68b2 glib/glib.spec --- a/glib/glib.spec Thu Sep 06 20:03:17 2012 +0200 +++ b/glib/glib.spec Thu Sep 06 22:34:13 2012 +0200 @@ -108,6 +108,9 @@ %{l_shtool} subst \ -e 's;\(#define _XOPEN_SOURCE\) 600;\1 601;' \ glib/tests/strfuncs.c + %{l_shtool} subst \ + -e 's;\(completiondir =\) \$(sysconfdir)/bash_completion.d;\1 $(pkgdatadir)/giobash;' \ + gio/Makefile.in case "%{l_platform -t}" in *-sunos* ) %{l_shtool} subst \