From 7db1c8e264d93254aa871dbc80fafa2d99d46509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 4 Nov 2011 22:13:30 +0200 Subject: Create empty compatdir on "make install". --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 22c9b307..2b7deaa2 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 -- cgit v1.2.1