diff --git a/Makefile.builder b/Makefile.builder index 98b6b9a..244423a 100644 --- a/Makefile.builder +++ b/Makefile.builder @@ -4,7 +4,9 @@ ifeq ($(PACKAGE_SET),vm) ifneq ($(filter $(DISTRIBUTION), debian qubuntu),) DEBIAN_BUILD_DIRS := debian - SOURCE_COPY_IN := source-debian-quilt-copy-in + ifeq ($(DISTRIBUTION),qubuntu) + SOURCE_COPY_IN := source-debian-quilt-copy-in + endif endif ARCH_BUILD_DIRS := archlinux