On Sat, Mar 01, 2014 at 05:57:37AM -0800, John Johansen wrote:
> > -all: libapparmor_check $(EXEC) changehat.h
> > +all: libapparmor_check $(EXEC) changehat.h uservars.inc
> > +
> > +uservars.inc: uservars.inc.source uservars.inc.system
> > +ifdef USE_SYSTEM
> > +   mv uservars.inc.system uservars.inc
> 
> cp not mv, I'd like this to be able to be used make than once
> > +else # !USE_SYSTEM
> > +   mv uservars.inc.source uservars.inc
> 
> same here
> 

Yikes, I had this fixed somewhere else, I'm not sure how I made this
broken patch with the older 'mv'.

Thanks.

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to