tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PERL5_PACKLIST and .orig files



On Sun, Feb 23, 2014 at 06:18:51PM +0100, Jens Rehsack wrote:
 > >> pre-configure:
 > > post-patch:?
 > 
 > I tried post-patch, but pre-configure works more reliable.
 > 
 > >> cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
 > > find ${WRKSRC} -name \*.orig -type f -print0 | xargs -0 rm?
 > 
 > Both should work :)

Always use pre-configure for this; otherwise you'll have a bucket of
fun next time you try updating.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index