Redirect installation of bash completion scripts to a more appropriate path.

Thu, 06 Sep 2012 22:34:13 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 06 Sep 2012 22:34:13 +0200
changeset 665
af9f2bac68b2
parent 664
3045cab269c7
child 666
0c12a9c824a0

Redirect installation of bash completion scripts to a more appropriate path.

glib/glib.spec file | annotate | diff | comparison | revisions
     1.1 --- a/glib/glib.spec	Thu Sep 06 20:03:17 2012 +0200
     1.2 +++ b/glib/glib.spec	Thu Sep 06 22:34:13 2012 +0200
     1.3 @@ -108,6 +108,9 @@
     1.4      %{l_shtool} subst \
     1.5          -e 's;\(#define _XOPEN_SOURCE\) 600;\1 601;' \
     1.6          glib/tests/strfuncs.c
     1.7 +    %{l_shtool} subst \
     1.8 +        -e 's;\(completiondir =\) \$(sysconfdir)/bash_completion.d;\1 $(pkgdatadir)/giobash;' \
     1.9 +        gio/Makefile.in
    1.10      case "%{l_platform -t}" in
    1.11          *-sunos* ) 
    1.12              %{l_shtool} subst \

mercurial