Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Fix executable permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Olofsson authored and Per Olofsson committed Aug 29, 2013
1 parent 5058ee1 commit f36e42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ fi

# Copy package template.
ditto --noqtn "$PKGTMPL_PATH" "$output_pkg" || error_exit "Creation of $output_pkg failed\!"
# Fix permissions.
chmod +x "$output_pkg/Contents/Resources/postflight"
chmod +x "$output_pkg/Contents/Resources/dmtest"

# Set package version.
plist_write "$output_pkg/Contents/Info.plist" "CFBundleShortVersionString" string "$ProductUserVisibleVersion"
Expand Down

0 comments on commit f36e42b

Please sign in to comment.