[gnoduino] force full source install in sdist target



commit c697e49e4ebe41ac4a099066959a7f6c852b6c50
Author: Lucian Langa <lucilanga gnome org>
Date:   Mon Apr 30 10:38:28 2012 +0200

    force full source install in sdist target

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index d9c583d..fabde10 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ global forcesdk
 forcesdk = False
 
 for arg in sys.argv[1:]:
-	if arg == 'forcesdk': forcesdk = True
+	if arg == 'forcesdk' or arg == 'sdist': forcesdk = True
 try: sys.argv.remove('forcesdk')
 except: pass
 



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