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

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

[Rdiff-backup-commits] rdiff-backup/dist setup.py


From: Andrew Ferguson
Subject: [Rdiff-backup-commits] rdiff-backup/dist setup.py
Date: Mon, 14 Jul 2008 15:27:47 +0000

CVSROOT:        /sources/rdiff-backup
Module name:    rdiff-backup
Changes by:     Andrew Ferguson <owsla> 08/07/14 15:27:47

Modified files:
        dist           : setup.py 

Log message:
        Put Windows-specific code at the outer level, not incorrectly inside the
        argument loop. (Bug fix from Josh Nisly)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/dist/setup.py?cvsroot=rdiff-backup&r1=1.12&r2=1.13

Patches:
Index: setup.py
===================================================================
RCS file: /sources/rdiff-backup/rdiff-backup/dist/setup.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- setup.py    11 Jul 2008 16:40:59 -0000      1.12
+++ setup.py    14 Jul 2008 15:27:46 -0000      1.13
@@ -41,7 +41,8 @@
                        libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')]
                if '-lrsync' in LIBS:
                        libname = []
-               if os.name == 'nt':
+
+if os.name == 'nt':
                        try:
                                import py2exe
                        except ImportError:




reply via email to

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