From 84b18c8ebd4b9f1b06cf433fef36a5832bc79fee Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 10 Jul 2010 22:37:11 +0200
Subject: Copying win32-loader recursively to cope with another win32-loader
 file re-arangement.

---
 helpers/binary_win32-loader | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/binary_win32-loader b/helpers/binary_win32-loader
index d9f2f90..934e33c 100755
--- a/helpers/binary_win32-loader
+++ b/helpers/binary_win32-loader
@@ -66,9 +66,9 @@ case "${LH_ARCHITECTURE}" in
 			Install_package
 
 			# Copying win32-loader
-			cp chroot/${WIN32_LOADER}/* binary
+			cp -r chroot/${WIN32_LOADER}/* binary
 		else
-			cp ${WIN32_LOADER}/* binary
+			cp -r ${WIN32_LOADER}/* binary
 		fi
 
 		mv binary/win32-loader.exe binary/setup.exe
-- 
cgit v1.0