Skip to content

Commit

Permalink
explicit owner/group (fix #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 13, 2018
1 parent eb3ab09 commit 47f7132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ echo "compressing addon package $ADDON_FILE ..."
ADDON_FILE=redmatic-$VERSION_ADDON.tar.gz
mkdir $BUILD_DIR/dist 2> /dev/null
cd $ADDON_TMP
tar --exclude=.DS_Store -czf $BUILD_DIR/dist/$ADDON_FILE *
tar --owner=root --group=root --exclude=.DS_Store -czf $BUILD_DIR/dist/$ADDON_FILE *
cd $BUILD_DIR


Expand Down

0 comments on commit 47f7132

Please sign in to comment.