From 2fc0160c40d5cd4e0a99f8a452fe607fb4ce3747 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Sat, 17 Sep 2011 15:23:05 +0000
Subject: [PATCH] fix paths to flags (thanks zzz & sorry zzz)

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index a8c77f5570..615d2a906c 100644
--- a/build.xml
+++ b/build.xml
@@ -790,7 +790,7 @@
           <fileset dir="installer/resources/readme/" includes="readme*.html" />
           <fileset dir="installer/resources/proxy/" includes="*.ht" />
           <!-- lang_ar.png added in 0.8.4, je.png and eu.png added in 0.8.9 -->
-          <fileset dir="installer/resources/icons/flags/" includes="lang_ar.png,je.png,eu.png" />
+	  <fileset dir="installer/resources/" includes="icons/flags/lang_ar.png icons/flags/je.png icons/flags/eu.png" />
         </copy>
     </target>
 
-- 
GitLab