Re: [Openbsdbinpatch-misc] "combo" diff
Brought to you by:
convexo
|
From: G. S. G. G. <ger...@gm...> - 2008-04-21 19:57:44
|
Hi Mike,
I guess this line
+ mypkg=${DISTNAME}-${ARCH}-`printf "%03d\n" $$count`.tgz; \
shoud be
+ mypkg=${DISTNAME}-${ARCH}-`printf "%03d" $$count`.tgz; \
without the new line.
It looks fine to me.
The only issue I see is that the user may expect that this new target
also builds the packages, if they don't exist. Nothing that the
documentation can't fix though.
Any other thought?
--
Gerardo Santana
|