[Pkg-mpd-commits] [SCM] Git repository for pkg-mpc branch, master, updated. upstream/0.20-10-g8f561b4

Alexander Wirt formorer at debian.org
Mon Mar 7 07:21:03 UTC 2011


The following commit has been merged in the master branch:
commit e462b4e2fe524c5bdec2d2b3448d0a62f24512c8
Author: Alexander Wirt <formorer at debian.org>
Date:   Mon Mar 7 08:02:09 2011 +0100

    Install bash completion again
    
    Closes: #616625

diff --git a/debian/rules b/debian/rules
index 4d1717a..17252ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 install/mpc::
-	cd debian/mpc && ( \
-		mv usr/share/doc/mpc/mpc-bashrc etc/bash_completion.d/mpc; \
-		rm -f usr/share/doc/mpc/COPYING rm usr/share/doc/mpc/mppledit )
+	mv debian/mpc/usr/share/doc/mpc/mpc-completion.bash etc/bash_completion.d/mpc
+	rm -f debian/mpc/usr/share/doc/mpc/COPYING 
+	rm debian/mpc/usr/share/doc/mpc/mppledit
 
 	# dunno why autotools puts stuff here, forwarded to upstream
 	-rmdir --ignore-fail-on-non-empty \

-- 
Git repository for pkg-mpc



More information about the Pkg-mpd-commits mailing list