commit | 442c8f2ab3868f7740cc9c50997e851dc5be97af | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue May 02 11:23:55 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue May 02 11:23:55 2017 -0700 |
tree | c42cf370d56fc6456c0fc4c7c1e06b5042cf42b7 | |
parent | 895064dd6a2d69aec02ee1c69050199705baf969 [diff] [blame] |
cp -r -L is illegal on iOS Change-Id: I802709d45ebe26d5964633672fcbc2439a03d3f7
diff --git a/bucklets/onos.bucklet b/bucklets/onos.bucklet index b2556c9..f34e657 100644 --- a/bucklets/onos.bucklet +++ b/bucklets/onos.bucklet
@@ -317,7 +317,7 @@ ): cmd = ( 'mkdir -p $TMP/%(root_dir)s && ' - 'cp -r -L $SRCDIR/* $TMP/%(root_dir)s && ' + 'cp -R -L $SRCDIR/* $TMP/%(root_dir)s && ' 'tar -C $TMP -zcf $OUT %(root_dir)s' ) % { 'root_dir': root if root is not None else name }