From 703b6d1f1f00a9b6902270a75e04aaf2065dec5b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Dec 2014 07:54:30 +0100 Subject: [PATCH] Correcting stage name check in chroot_includes, thanks to jnqnfe (Closes: #771377). --- scripts/build/chroot_includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/chroot_includes b/scripts/build/chroot_includes index 78a416620..51408c78e 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -46,5 +46,5 @@ then cd "${OLDPWD}" # Creating stage file - Create_stagefile .build/chroot_includes + Create_stagefile .build/includs.chroot fi