X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=5bfef90702ecb42883c61390be6b74db713023c8;hb=93c916ea6907ab0dcf0ba709331f1f910c73f1fb;hp=0533445d72956efbb78a9524a67158be8bca4f3e;hpb=3690da76a1892e1515b33d5339cd1241bb4c7b77;p=build.git 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