From b7a58a4bb232c318ccb7a7c8b32e2f546af4fc12 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 12 Feb 2018 23:23:40 +0000 Subject: [PATCH] minor fix --- blends/devuan-minimal-live/devuan-minimal-live.blend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blends/devuan-minimal-live/devuan-minimal-live.blend b/blends/devuan-minimal-live/devuan-minimal-live.blend index 929b8c9..6938647 100644 --- a/blends/devuan-minimal-live/devuan-minimal-live.blend +++ b/blends/devuan-minimal-live/devuan-minimal-live.blend @@ -36,7 +36,7 @@ blend_preinst() { add-user $username $userpass - notice "copying blend-specific debs" + notice "copying blend-specific debs into $R/extra/custom-packages" ## TODO: copy the custom debs cp -fv "$blend_release_path"/custom_debs/*.deb "$R/extra/custom-packages" }