[SCM] stk/master: Create object destination directory if not existant

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Jan 16 13:09:22 UTC 2012


The following commit has been merged in the master branch:
commit 389552d33a26b862b43f9bb7f0f5f6f521619c8e
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jan 16 09:36:33 2012 -0300

    Create object destination directory if not existant
    
    Git doesn't preserve empty dirs and the upstream makefile does not create it

diff --git a/debian/rules b/debian/rules
index e17d5b0..a1ba215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 					--with-rawwaves=/usr/share/stk \
 					$(CONFIGURE_FLAGS)
+	mkdir -p src/Release
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/ReleaseNotes.txt

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list