From 7fd2b54dce2c44cd5c58b81ebb9a38542bfc1411 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 5 Sep 2019 11:14:59 -0400 Subject: [PATCH] Make xcat-dep tar file readable by all --- builddep.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builddep.sh b/builddep.sh index 2cb1357b0..3344c2aa5 100755 --- a/builddep.sh +++ b/builddep.sh @@ -292,6 +292,7 @@ fi echo "===> Creating $DFNAME ..." tar $verbosetar -jcf $DFNAME xcat-dep +chmod a+r $DFNAME if [[ ${UP} -eq 0 ]]; then echo "Upload not being done, set UP=1 to upload to xcat.org"