[SCM] live-helper branch, debian, updated. debian/2.0_a17-1-9-gf0574b6

Daniel Baumann daniel at debian.org
Sat Jul 10 20:45:38 UTC 2010


The following commit has been merged in the debian branch:
commit c935ce5ba1c76de0e4cc4037c4ca84003e6cba8f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 10 22:37:11 2010 +0200

    Copying win32-loader recursively to cope with another win32-loader file re-arangement.

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

-- 
live-helper



More information about the debian-live-changes mailing list