Skip to content

Commit

Permalink
Explicitly set permissions on temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed May 16, 2014
1 parent 3f1ce61 commit a83a6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/mkdeb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ICON_FILE="$4"
DEB_PATH="$5"

TARGET_ROOT="`mktemp -d`"
chmod 755 "$TARGET_ROOT"
TARGET="$TARGET_ROOT/atom-$VERSION-amd64"

mkdir -p "$TARGET/usr"
Expand Down

0 comments on commit a83a6e5

Please sign in to comment.