Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-545) Linux, execute bit not set in zip package distitribution

Linux, execute bit not set in zip package distitribution
--------------------------------------------------------

         Key: UDIG-545
         URL: http://jira.codehaus.org/browse/UDIG-545
     Project: uDIG
        Type: Bug
  Components: installer  
    Versions: UDIG 1.0.0    
 Environment: Linux / POSIX environments
    Reporter: Carl Anderson
 Assigned to: Richard Gould 


as an example after unzipping the Linux package for Udig-1.0.0
the following need the execute bit set but it is not set (other files need it as well)

udig/udig, 
jre/bin/*


as a hack 

cd udig
chmod -R ugo+x  ./

made it working distribution



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top