From a8dbc9152a5a8dbd9fc11ede3b569ef7d48d757a Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Tue, 19 Dec 2006 12:01:32 +0000 Subject: Use cp -pr instead of cp -a as we might not have GNU cp. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@574 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxossetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/slxossetup b/installer/slxossetup index 48b508cb..cff7ee13 100755 --- a/installer/slxossetup +++ b/installer/slxossetup @@ -49,7 +49,7 @@ function install_prereq_file { # Install prerequired files if test -d "${SLX_SYSTEM_CONFIG_PATH}/prereqfiles"; then - cp -a "${SLX_SYSTEM_CONFIG_PATH}"/prereqfiles/* "${SLX_STAGE1_PATH}" + cp -pr "${SLX_SYSTEM_CONFIG_PATH}"/prereqfiles/* "${SLX_STAGE1_PATH}" find "${SLX_STAGE1_PATH}" -type d -name .svn -print0 | \ xargs -0 rm -rf fi -- cgit v1.2.3-55-g7522