Fix bad g+s

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-03-04 00:43:26 +00:00
parent 3b67ba5ef8
commit 2c3924aa42

View File

@@ -65,7 +65,7 @@
<!-- set permissions -->
<echo>Setting permissions and group ownership in ${directory}'</echo>
<j:set var="command" value="cd ${directory}" />
<j:set var="command" value="${command};chmod -R g+s *" />
<j:set var="command" value="${command};chmod -R g+w *" />
<j:set var="command" value="${command};chmod -R a+r *" />
<j:set var="command" value="${command};chgrp -R maven *" />
<j:set var="command" value="${command};rm ${groupId}.license" />