Commit db0795d1 authored by jan.koester's avatar jan.koester
Browse files

test

parent 661aecb8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -132,6 +132,13 @@ ifneq ($(IS_NSPAWN),)
	chmod +x debian/blogi/opt/blogi/usr/local/musl/lib/libc.so
endif

override_dh_missing:
ifneq ($(IS_NSPAWN),)
	@echo "Skipping dh_missing (nspawn build installs files manually)"
else
	dh_missing
endif

override_dh_usrlocal:
ifneq ($(IS_NSPAWN),)
	@echo "Skipping dh_usrlocal (nspawn blogi-dev ships musl toolchain in /usr/local)"