[arch-commits] Commit in etckeeper/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Feb 21 11:49:23 UTC 2016


    Date: Sunday, February 21, 2016 @ 12:49:22
  Author: eworm
Revision: 163008

remove fix for bash-completion path

this changed upstream

Modified:
  etckeeper/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-21 11:30:23 UTC (rev 163007)
+++ PKGBUILD	2016-02-21 11:49:22 UTC (rev 163008)
@@ -30,10 +30,7 @@
 	sed -i '/^PYTHON=/c PYTHON=python2' Makefile
 	sed -i '1s/python/python2/' zypper-etckeeper.py
 
-	# install path for bash-completion
-	sed -i '/bash_completion/s|$(etcdir)/bash_completion.d|${prefix}/share/bash-completion/completions|' Makefile
-
-	# This does not exist, but we do not want the apt stuff installed.
+	# We want pacman :D
 	sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c LOWLEVEL_PACKAGE_MANAGER=pacman" \
 		-e "/^HIGHLEVEL_PACKAGE_MANAGER/c HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
 }



More information about the arch-commits mailing list