View Single Post
  #10 (permalink)  
Old 02-21-2008, 09:55 PM
ironstorm ironstorm is offline
Member
 
Posts: 12
Default

Here is the current patch...

Stuff to consider:
  • CPAN repo changed to a public accessible one
  • JAVA_HOME changed, guessing here...
  • In general you'd want to try to detect longer strings UBUNTUx_64 before going for shorter ones UBUNTUx, I haven't done any of that type of clean up (everything is equals this or equals that or equals something else in the shell scripts)
  • I assume GNU make is a requirement, though I don't know if that's stated for Solaris/BSD people... "ifeq ($(findstring" is used a couple of times
Attached Files
File Type: txt zimbra_ubuntu64_20080222.patch.txt (9.7 KB, 90 views)

Last edited by ironstorm; 02-21-2008 at 10:02 PM..
Reply With Quote