Changes between Initial Version and Version 1 of Ticket #13026, comment 15
- Timestamp:
- Jun 15, 2012, 8:41:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13026, comment 15
initial v1 3 3 4 4 Alternatively we can just elect to not patch the `.am` files since they aren't needed during the actual build process. I just updated the spkg so it will skip those patches. 5 6 My only change was to add the following in the patch loop: 7 {{{ 8 #!sh 9 if echo "$patch" | grep 'Makefile.am.patch$' > /dev/null; then 10 continue 11 fi 12 }}}