Re: [PATCH 0/1] *** SUBJECT HERE ***
Quoting Ian Denhardt (2014-10-18 22:18:00) > ... Ack, sorry for the goof on the subject. signature.asc Description: signature
[PATCH 0/1] *** SUBJECT HERE ***
Prompted by Mark Weaver's feedback on the ntp package patch earlier today, I refactored the pattern: (string-join (take (string-split version #\.) 2) ".") Into a common procedure: (version-take-api version) ..and modified the existing package recepies accordingly. Ian