[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Erik Southworth
On Fri, Aug 21, 2009 at 10:56 PM, Erik Southworth wrote: > > > On Fri, Aug 21, 2009 at 10:43 PM, Zhang Sen wrote: > >> On Fri, 2009-08-21 at 22:28 -0400, Erik Southworth wrote: >> > You said "r.Install('skins', '%(datadir)s/libfetion/')" works, >> > >> > I use the following real example without

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Erik Southworth
On Fri, Aug 21, 2009 at 10:43 PM, Zhang Sen wrote: > On Fri, 2009-08-21 at 22:28 -0400, Erik Southworth wrote: > > You said "r.Install('skins', '%(datadir)s/libfetion/')" works, > > > > I use the following real example without problem: > > > > r.Install('doc', '%(docdir)s/%(name)s-%(version)s/')

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Zhang Sen
On Fri, 2009-08-21 at 22:28 -0400, Erik Southworth wrote: > You said "r.Install('skins', '%(datadir)s/libfetion/')" works, > > I use the following real example without problem: > > r.Install('doc', '%(docdir)s/%(name)s-%(version)s/') Yes, it works, I just want to verify this usage with you gurus

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Erik Southworth
On Fri, Aug 21, 2009 at 10:28 PM, Erik Southworth wrote: > > > On Fri, Aug 21, 2009 at 9:59 PM, Zhang Sen wrote: > >> On Fri, 2009-08-21 at 21:09 -0400, Erik Southworth wrote: >> > I've noticed this but it doesn't seem to be a real problem. The >> > difference >> > is important with the DESTDIR

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Erik Southworth
On Fri, Aug 21, 2009 at 9:59 PM, Zhang Sen wrote: > On Fri, 2009-08-21 at 21:09 -0400, Erik Southworth wrote: > > I've noticed this but it doesn't seem to be a real problem. The > > difference > > is important with the DESTDIR argument. > > > > READ: $ cvc explain Install > > "Note that a trailin

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Zhang Sen
On Fri, 2009-08-21 at 21:09 -0400, Erik Southworth wrote: > I've noticed this but it doesn't seem to be a real problem. The > difference > is important with the DESTDIR argument. > > READ: $ cvc explain Install > "Note that a trailing slash on destfile means to create the directory > if > necessar

[Foresight-devel] Re: how to install a directory manually

2009-08-21 Thread Erik Southworth
On Fri, Aug 21, 2009 at 8:29 PM, Zhang Sen wrote: > Hi, > > It seems in order to install a dir with r.Install, the source dir can't > contain a trailing slash? > I've noticed this but it doesn't seem to be a real problem. The difference is important with the DESTDIR argument. READ: $ cvc explai