[SCM] musescore/master: fix thinko

tg at users.alioth.debian.org tg at users.alioth.debian.org
Tue Oct 10 19:07:05 UTC 2017


The following commit has been merged in the master branch:
commit 1dd0e5ed438e867e51b191f34276d5ff43cfbabe
Author: mirabilos <tg at debian.org>
Date:   Tue Oct 10 19:39:08 2017 +0200

    fix thinko

diff --git a/debian/rules b/debian/rules
index 4f455a1..81f11b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_install-indep:
 	for fp in debian/tmp/usr/share/mscore-*/sound/*; do \
 		bn=$${fp##*/}; \
 		mv "$$fp" "debian/tmp/usr/share/sounds/sf3/$$bn" || exit 1; \
-		ln -s "../../sounds/sf3/$$bn" . || exit 1; \
+		ln -s "../../sounds/sf3/$$bn" "$$fp" || exit 1; \
 	done
 	# move stuff to packages
 	dh_install

-- 
musescore packaging



More information about the pkg-multimedia-commits mailing list