From 565fb8c482a46a70a59a35fead1e3c0c112962e4 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 28 Nov 2008 17:10:03 -0800 Subject: [PATCH] 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... --- build/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2