[arch-commits] Commit in glob2/trunk (scons-python3.patch)

Antonio Rojas arojas at archlinux.org
Sat Jul 27 11:37:09 UTC 2019


    Date: Saturday, July 27, 2019 @ 11:37:09
  Author: arojas
Revision: 493185

Fix typo

Modified:
  glob2/trunk/scons-python3.patch

---------------------+
 scons-python3.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: scons-python3.patch
===================================================================
--- scons-python3.patch	2019-07-27 11:37:07 UTC (rev 493184)
+++ scons-python3.patch	2019-07-27 11:37:09 UTC (rev 493185)
@@ -237,7 +237,7 @@
  def generate(env) :
  	"""Add Builders and construction variables for qt to an Environment."""
 -	print "Loading nsis tool..."
-+	#print ("Loading nsis tool...")
++	print ("Loading nsis tool...")
  
  	Builder = SCons.Builder.Builder
  



More information about the arch-commits mailing list