commit | 52837767e491d908dc73c2c3412914737d69100c | [log] [tgz] |
---|---|---|
author | andrew@onlab.us <andrew@onlab.us> | Thu Dec 04 13:01:31 2014 -0500 |
committer | andrew@onlab.us <andrew@onlab.us> | Thu Dec 04 13:01:31 2014 -0500 |
tree | 2008c0c8e1141d8d82bbcbf91fea147d7b517761 | |
parent | 41effbe42339da419b0e97576dd9a3c845db7099 [diff] |
Changing which argument to -a to be compatible with ubuntu
diff --git a/tools/build/onos-package b/tools/build/onos-package index 8bbb4b4..ff1d218 100755 --- a/tools/build/onos-package +++ b/tools/build/onos-package
@@ -72,6 +72,6 @@ # Now package up the ONOS tar file cd $ONOS_STAGE_ROOT COPYFILE_DISABLE=1 tar zcf $ONOS_TAR $ONOS_BITS -which -s zip && zip -rq $ONOS_ZIP $ONOS_BITS +which -a zip && zip -rq $ONOS_ZIP $ONOS_BITS ls -l $ONOS_TAR $ONOS_ZIP >&2 rm -r $ONOS_STAGE