Changes between Initial Version and Version 1 of Ticket #38033, comment 7
- Timestamp:
- Nov 26, 2014, 1:14:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38033, comment 7
initial v1 1 1 Based on advice from #IRC I changed the post-destroot to copy the executable instead of the script (see patch): 2 2 modified line is 3 {{{ 3 4 xinstall -m 755 ${destroot}${prefix}/bin/mapserv ${destroot}${cgi_path}/mapserv 5 }}}