[SCM] qjackctl/master: Oh, the final fix :)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 11 13:26:52 UTC 2011


The following commit has been merged in the master branch:
commit 9a39255167076f3cc0febb5769d17b22110f0467
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 11 15:26:56 2011 +0200

    Oh, the final fix :)

diff --git a/debian/rules b/debian/rules
index f8dede0..86d69a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,6 @@ install/qjackctl::
 	dos2unix -ascii \
 		debian/qjackctl/usr/share/applications/qjackctl.desktop
 	# Move qjackctl to /usr/lib/qjackctl
-	mv debian/qjackctl/usr/bin/qjackctl debian/usr/lib/qjackctl/qjackctl.real
+	cd debian/qjackctl/usr && \
+		mv bin/qjackctl lib/qjackctl/qjackctl.real
 	install -m 0755 debian/launcher.sh debian/qjackctl/usr/bin/qjackctl

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list