commit | 67ad535022fa4092da428bc21b75ecfb4fc17111 | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Sat Dec 10 09:00:39 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Sat Dec 10 09:02:53 2016 -0600 |
tree | d80782188c0e9dfb1e02205c421780f8399371b9 | |
parent | 6c6696e569590239ac3de8a618669a97fdee6c1a [diff] |
Build: Don't require sudo for `make tarball` The whole point of `make tarball` is to make it easy for users to create a binary distribution of libjpeg-turbo on platforms that aren't supported by our official build system, so requiring root permissions somewhat defeated that purpose. Intead, the script now attempts to detect whether the system has GNU tar or a recent version of BSD tar that supports setting the ownership of the files in the tarball.