From eaa41979b194da060f085f31e71600de27c5f22d Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 20 Jun 2018 13:19:28 +0300 Subject: [PATCH] pkg.in: mention profiles as well The comment was incomplete since commit 1f13b3a0395be23551cb2541c8d946064b0d70f2. --- pkg.in/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.in/Makefile b/pkg.in/Makefile index b380ff9f..2afdae1e 100644 --- a/pkg.in/Makefile +++ b/pkg.in/Makefile @@ -1,5 +1,6 @@ -# step 3: copy package lists and groups referenced in distro configuration -# (and only those!) over to $(BUILDDIR) +# step 3: copy package lists and groups as well as installation profiles +# referenced in distro configuration (and only those!) +# over to $(BUILDDIR) ifndef BUILDDIR $(error BUILDDIR not defined)