[packages/glib2] - revert bash completion dir change, new layout was introduced in 1.90 and we still use 1.3

kiesiu kiesiu at pld-linux.org
Mon Jul 16 12:44:22 CEST 2012


commit e69122a49b81a4d9dd2d1ce9d1d907254ad0f147
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Mon Jul 16 12:42:24 2012 +0200

    - revert bash completion dir change, new layout was introduced in 1.90 and we still use 1.3

 bash_completion.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/bash_completion.patch b/bash_completion.patch
new file mode 100644
index 0000000..0c551cc
--- /dev/null
+++ b/bash_completion.patch
@@ -0,0 +1,12 @@
+diff -uNr glib-2.32.4.old/gio/Makefile.am glib-2.32.4/gio/Makefile.am
+--- glib-2.32.4.old/gio/Makefile.am	2012-07-14 22:33:13.000000000 +0200
++++ glib-2.32.4/gio/Makefile.am	2012-07-16 12:26:07.800783120 +0200
+@@ -715,7 +715,7 @@
+ 	$(top_builddir)/glib/libglib-2.0.la 		\
+ 	$(top_builddir)/gobject/libgobject-2.0.la
+ 
+-completiondir = $(datadir)/bash-completion/completions
++completiondir = $(sysconfdir)/bash_completion.d
+ completion_DATA = \
+ 	completion/gdbus				\
+ 	completion/gsettings				\


More information about the pld-cvs-commit mailing list