From: Robert Spalek Date: Sat, 29 Nov 2008 01:10:03 +0000 (-0800) Subject: fix installer on Darwin X-Git-Tag: holmes-import~118^2~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=565fb8c482a46a70a59a35fead1e3c0c112962e4;p=libucw.git fix installer on Darwin cp doesn't support -a, so I've expanded it in terms of its equivalent parameters. sorry for all these obstructions... --- diff --git a/build/installer b/build/installer index 39e62e61..7049554e 100755 --- a/build/installer +++ b/build/installer @@ -12,7 +12,7 @@ for d in $SH_INSTALL_RUNDIRS ; do echo "Installing to $DEST/$d" rm -rf $DEST/$d mkdir -p $DEST/$d - cp -aL run/$d/* $DEST/$d/ + cp -pPRL run/$d/* $DEST/$d/ done echo "Installing config files..." for a in $SH_CONFIGS ; do