rdiff-backup-users
[Top][All Lists]
Advanced

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

Re: [rdiff-backup-users] Building rdiff-backup on Windows


From: Andrew Ferguson
Subject: Re: [rdiff-backup-users] Building rdiff-backup on Windows
Date: Tue, 8 Apr 2008 11:35:10 -0400

On Apr 8, 2008, at 11:27 AM, Josh Nisly wrote:
BTW, did the patch come through correctly as an attachment this time?

no.

--- setup.py    2008-01-03 09:36:49.000000000 -0600
+++ setup.py    2008-04-08 08:42:22.579875000 -0500
@@ -14,7 +14,7 @@
libname = ['rsync']
incdir_list = libdir_list = None

-if os.name == 'posix':
+if os.name == 'posix' and os.name == 'nt':

err, did you mean: OR os.name = 'nt' ?

So, this is all that's needed? (plus the built script which you will put on the Wiki)


Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]