From f9ff90eb721f984d8bc2341b76f422dcd863467c Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Thu, 12 Apr 2012 21:05:19 +0000
Subject: [PATCH] update comments

---
 build.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/build.properties b/build.properties
index eed9848d2e..0fc4301209 100644
--- a/build.properties
+++ b/build.properties
@@ -19,7 +19,8 @@ junitdocs.url=http://junit.org/apidocs/
 # This will go in the jar manifests
 build.built-by=unknown	
 
-# Building EXEs in Linux requires that 32bit libraries are installed. For example,
-# in Debian installing the libc6-i386 package will satisfy this requirement.
-# Otherwise, uncomment the next line to prevent building EXEs (changing it to false will have no impact)
+# Building EXEs in x64 Linux requires that 32bit libraries are installed. In Debian,
+# for example, installing the libc6-i386 package will satisfy this requirement.
+
+# Uncomment the next line to prevent building EXEs (changing it to false will have no impact)
 #noExe=true
-- 
GitLab