aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlhostfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-05-12 20:06:58 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-05-12 20:06:58 +0000
commit231be8df87e1934d5d138e7460d1bb7347a2cd42 (patch)
treefbd163c97f1d39ee2a7cc6b53125024db3222e50 /testing/scripts/build-umlhostfs
parent0fc1fc0ec83161c777eb6680903b41a6727e7c5a (diff)
downloadstrongswan-231be8df87e1934d5d138e7460d1bb7347a2cd42.tar.bz2
strongswan-231be8df87e1934d5d138e7460d1bb7347a2cd42.tar.xz
do not preserve ownership of copied files
Diffstat (limited to 'testing/scripts/build-umlhostfs')
-rwxr-xr-xtesting/scripts/build-umlhostfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs
index 3e6337124..d61d5f47d 100755
--- a/testing/scripts/build-umlhostfs
+++ b/testing/scripts/build-umlhostfs
@@ -65,11 +65,11 @@ do
cecho-n "$host.."
cp gentoo-fs gentoo-fs-$host
mount -o loop gentoo-fs-$host $LOOPDIR
- cp -rfp $BUILDDIR/hosts/${host}/etc $LOOPDIR
+ cp -rf $BUILDDIR/hosts/${host}/etc $LOOPDIR
if [ "$host" = "winnetou" ]
then
mkdir $LOOPDIR/var/log/apache2/ocsp
- cp -rfp $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs
+ cp -rf $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs
chroot $LOOPDIR ln -s /etc/openssl/certs /var/www/localhost/htdocs/certs
chroot $LOOPDIR /etc/openssl/generate-crl >> $LOGFILE 2>&1
fi