From f2c746a760bf1ab410c5bc8f30b53db5de63037f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 24 Aug 2007 15:58:49 +0000
Subject: [PATCH] Fix for issue 2153.  Add uninstall-gui to the list of files that must have executable permissions.

---
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index 36463ee..54ebfe5 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1211,6 +1211,7 @@
     {
       perm = "755";
     } else if (name.endsWith(Installation.UNIX_SETUP_FILE_NAME) ||
+            name.endsWith(Installation.UNIX_UNINSTALL_GUI_FILE_NAME) ||
             name.endsWith(Installation.UNIX_UNINSTALL_FILE_NAME) ||
             name.endsWith(Installation.UNIX_UPGRADE_FILE_NAME))
     {

--
Gitblit v1.10.0