From 1a259f97c6ae98d1a000e89a466a53f9a7b53750 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 14 May 2014 14:14:35 +0200 Subject: [PATCH] when building for debian, trace back to module (and not package that is incidentally often, but not always, the same) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0533445d..5bfef907 100644 --- a/Makefile +++ b/Makefile @@ -721,7 +721,7 @@ $(1)-debian: $(1)-tarball $(call dpkgapt_install_local_debs,$(1)) $(call dpkgapt_install_stock_debs,$(1)) mkdir -p DEBIAN/$(1) - rsync -a MODULES/$(1)/ DEBIAN/$(1)/ + rsync -a MODULES/$($(1).module)/ DEBIAN/$(1)/ make -C DEBIAN/$(1) "RPMTARBALL=$(HOME)/$($(1).tarballs)" "RPMVERSION=$($(1).rpm-version)" "RPMRELEASE=$($(1).rpm-release)" "RPMNAME=$($(1).rpm-name)" debian $(call dpkgapt_uninstall_stock_debs,$(1)) endef -- 2.43.0