5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 18:32:09 +08:00

SQOOP-2603: Sqoop2: Packaging script should make executables to be executable by default for everyone(Jarek Jarcec Cecho via Kate Ting)

This commit is contained in:
Kate Ting 2015-10-05 21:42:49 -07:00
parent 89be1f7237
commit 26ae15c200

2
dist/pom.xml vendored
View File

@ -191,7 +191,7 @@ limitations under the License.
<copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.version}/bin">
<fileset dir="src/main/bin"/>
</copy>
<chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.version}/bin" perm="u+x" includes="*"/>
<chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.version}/bin" perm="ugo+x" includes="*"/>
<!-- Finally create distribution tar -->
<tar destfile="target/sqoop-${project.version}-bin-hadoop${hadoop.version}.tar.gz" compression="gzip">