From 89e6b87a5f3b4d025e108406be31ca8576c6b0bf Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 26 Apr 2007 17:51:58 +0000
Subject: [PATCH] Fix the access permissions of the shell scripts under the lib directory on the workspace.
---
opends/build.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index eae249f..e800bb5 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -745,6 +745,8 @@
<fileset dir="${pdir}/bin">
</fileset>
</chmod>
+ <chmod file="${pdir}/lib/_client-script.sh" perm="755" />
+ <chmod file="${pdir}/lib/_server-script.sh" perm="755" />
</target>
--
Gitblit v1.10.0