[neon/qt/qbs/Neon/release] debian: make directory that sometimes is missing

Jonathan Riddell null at kde.org
Tue Nov 10 11:10:15 GMT 2020


Git commit 764169274936e66b6818c32ba8d3fd10588bfcff by Jonathan Riddell.
Committed on 10/11/2020 at 11:10.
Pushed by jriddell into branch 'Neon/release'.

make directory that sometimes is missing

M  +2    -0    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/764169274936e66b6818c32ba8d3fd10588bfcff

diff --git a/debian/rules b/debian/rules
index 3ca97b8..672cdb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,8 @@ override_dh_install:
 	rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.1
 	rm -fv debian/tmp/usr/libexec/qbs/dmgbuild
 	rm -rfv debian/tmp/usr/share/qbs/python
+	# make -j32 means this sometimes does not get made
+	mkdir -p debian/tmp/usr/share/qbs/python/biplist/
 	dh_install
 
 override_dh_installchangelogs:


More information about the Neon-commits mailing list