[SCM] stk packaging branch, master, updated. debian/4.4.2-4-1-gf6246fc

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Fri Apr 9 09:09:19 UTC 2010


The following commit has been merged in the master branch:
commit f6246fc5f6402031575f1b8ee798c16831b1e241
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Apr 9 11:09:11 2010 +0200

    debian/rules: Consider each line executed in a subshell, really Closes: #569052

diff --git a/debian/rules b/debian/rules
index c0560e5..2682f3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,9 @@ endif
 	dh --with quilt $@
 
 override_dh_auto_configure:
-	cd config
-	ln -f -s /usr/share/misc/config.guess
+	cd config && \
+	ln -f -s /usr/share/misc/config.guess && \
 	ln -f -s /usr/share/misc/config.sub
-	cd ..
 	dh_auto_configure -- \
 					--with-rawwaves=/usr/share/stk \
 					$(CONFIGURE_FLAGS)

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list