From 44395aa45fb407e58ea8d84cff60cb44291214cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 20 Oct 2009 19:41:11 +0300 Subject: [PATCH] Rename repomanage completion to _yum-utils, don't install it by default. An updated version of it (and some more completions) will be included in upstream yum-utils > 1.1.23. --- Makefile.am | 3 +-- contrib/{repomanage => _yum-utils} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename contrib/{repomanage => _yum-utils} (100%) diff --git a/Makefile.am b/Makefile.am index 2c717bde..8a1eacb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,7 +105,6 @@ bashcomp_DATA = contrib/ant \ contrib/quota-tools \ contrib/rcs \ contrib/rdesktop \ - contrib/repomanage \ contrib/reportbug \ contrib/resolvconf \ contrib/rfkill \ @@ -152,4 +151,4 @@ profiledir = $(sysconfdir)/profile.d profile_DATA = bash_completion.sh EXTRA_DIST = CHANGES $(sysconf_DATA) $(bashcomp_DATA) $(profile_DATA) \ - contrib/_subversion contrib/_yum + contrib/_subversion contrib/_yum contrib/_yum-utils diff --git a/contrib/repomanage b/contrib/_yum-utils similarity index 100% rename from contrib/repomanage rename to contrib/_yum-utils