[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-502-g7db1c8e

Ville Skyttä ville.skytta at iki.fi
Fri Nov 4 20:14:20 UTC 2011


The following commit has been merged in the master branch:
commit 7db1c8e264d93254aa871dbc80fafa2d99d46509
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Nov 4 22:13:30 2011 +0200

    Create empty compatdir on "make install".

diff --git a/Makefile.am b/Makefile.am
index 22c9b30..2b7deaa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,9 @@ SUBDIRS = completions helpers test
 
 pkgdata_DATA = bash_completion
 
+# Empty, but here just to get the compat dir created with install
+compat_DATA =
+
 profiledir = $(sysconfdir)/profile.d
 profile_DATA = bash_completion.sh
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list