61e3df2a9c638b87bdba182b5ff49f62419f5d7e intentionally added '/'. check if sys.platform == 'win32' ? On my environment it's 'linux2'.
thanks, > commit 61e3df2a9c638b87bdba182b5ff49f62419f5d7e > Author: FUJITA Tomonori <[email protected]> > Date: Tue Jun 5 23:37:48 2012 +0900 > > update setup.py and setup.cfg for better packaging > > Note that now ryu uses /etc/ryu/ryu.conf. The previous install path > (/usr/etc/ryu/ryu.conf) doesn't fit to FHS. > > Signed-off-by: FUJITA Tomonori <[email protected]> On Wed, Sep 26, 2012 at 05:08:28PM +0900, FUJITA Tomonori wrote: > From: Vinay Kumar Kothiyal <[email protected]> > > This was preventing from creating a package on Windows machines where > there is no /etc/ folder. > > Signed-off-by: FUJITA Tomonori <[email protected]> > --- > setup.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/setup.py b/setup.py > index 7f4b53f..da8f30f 100644 > --- a/setup.py > +++ b/setup.py > @@ -52,5 +52,5 @@ setup(name='ryu', > packages=find_packages(), > scripts=['bin/ryu-manager', > 'bin/ryu-client'], > - data_files=[('/etc/ryu', ['etc/ryu/ryu.conf'])], > + data_files=[('etc/ryu', ['etc/ryu/ryu.conf'])], > ) > -- > 1.7.2.5 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- yamahata ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
