summaryrefslogtreecommitdiffstats
path: root/tools/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.sh')
-rw-r--r--tools/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.sh b/tools/install.sh
index b172308..d9bf225 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -38,5 +38,5 @@ while [ ! -z $1 ]; do
esac
done
-# the remaining arguments can be fed to cp
-exec cp -p $*
+# the remaining arguments are assumed to be files/dirs only.
+exec install -C -p $*
OpenPOWER on IntegriCloud