[SCM] sndobj/master: Create lib directory before to start the build.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 12:23:58 UTC 2012


The following commit has been merged in the master branch:
commit 6ecf956b0ca984126c8f2e6ad8b7e0f02ce15246
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 13:20:38 2012 +0100

    Create lib directory before to start the build.

diff --git a/debian/rules b/debian/rules
index 88dcba8..addcf89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_build:
+	mkdir lib
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 	scons ALSA=true OSS=false JACK=true customLIBS=pthread customLIBPATH=/usr/lib/$(DEB_HOST_MULTIARCH)
 else

-- 
sndobj packaging



More information about the pkg-multimedia-commits mailing list