[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-directory-commits
Subject:    [Fedora-directory-commits] ldapserver/ldap/cm Makefile, 1.30.2.20,
From:       "Noriko Hosoi" (nhosoi) <fedora-directory-commits () redhat ! com>
Date:       2008-02-29 19:04:46
Message-ID: 200802291904.m1TJ4kj4020123 () cvs-int ! fedora ! redhat ! com
[Download RAW message or body]

Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20084

Modified Files:
      Tag: Directory71RtmBranch
	Makefile 
Log Message:
Resolves: #435501
Summary: RHDS7.1 SP4: java/jars has the mode 0777
Fix description: chmod the directory to 0755 in the packaging process.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Attic/Makefile,v
retrieving revision 1.30.2.20
retrieving revision 1.30.2.21
diff -u -r1.30.2.20 -r1.30.2.21
--- Makefile	7 Jun 2006 20:29:21 -0000	1.30.2.20
+++ Makefile	29 Feb 2008 19:04:43 -0000	1.30.2.21
@@ -389,6 +389,9 @@
 		then $(INSTALL) -m 755 $$file $(RELDIR)/$(DS_JAR_DEST_PATH) ; \
 	fi ; \
 	done
+	if [ "$(RELDIR)/$(DS_JAR_DEST_PATH)" -a -d "$(RELDIR)/$(DS_JAR_DEST_PATH)" ] ; then \
+		chmod 755 $(RELDIR)/$(DS_JAR_DEST_PATH); \
+	fi
 endif
 
 	$(INSTALL) -m 644 $(BUILD_DRIVE)$(BUILD_ROOT)/ldap/ldif/*.ldif $(RELDIR)/bin/slapd/install/ldif
@@ -492,6 +495,9 @@
 	$(INSTALL) -m 644 $(DS_JAR_SRC_PATH)/$(XMLTOOLS_JAR_FILE) $(RELDIR)/$(DS_JAR_DEST_PATH)
 	$(INSTALL) -m 644 $(NSDIST)/classes/$(CRIMSONJAR) $(RELDIR)/$(DS_JAR_DEST_PATH)
 	$(INSTALL) -m 644 $(NSDIST)/classes/$(CRIMSON_LICENSE) $(RELDIR)/$(DS_JAR_DEST_PATH)
+	if [ "$(RELDIR)/$(DS_JAR_DEST_PATH)" -a -d "$(RELDIR)/$(DS_JAR_DEST_PATH)" ] ; then \
+		chmod 755 $(RELDIR)/$(DS_JAR_DEST_PATH); \
+	fi
 endif
 
 # Images for IM Presence plugin

--
Fedora-directory-commits mailing list
Fedora-directory-commits@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic