[csw-devel] SF.net SVN: gar:[17959] csw/mgar/pkg/openssl1/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun May 6 16:26:19 CEST 2012


Revision: 17959
          http://gar.svn.sourceforge.net/gar/?rev=17959&view=rev
Author:   chninkel
Date:     2012-05-06 14:26:19 +0000 (Sun, 06 May 2012)
Log Message:
-----------
openssl1/trunk: fixed openssl.cnf symlink

Modified Paths:
--------------
    csw/mgar/pkg/openssl1/trunk/Makefile

Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile	2012-05-06 14:19:17 UTC (rev 17958)
+++ csw/mgar/pkg/openssl1/trunk/Makefile	2012-05-06 14:26:19 UTC (rev 17959)
@@ -175,7 +175,7 @@
 	@$(MAKECOOKIE)
 
 install-conf-misc: 
-	if [ -f $(PKGROOT)$(prefix)/ssl/openssl.cnf ]; then \
+	if [ -f "$(PKGROOT)$(prefix)/ssl/openssl.cnf" ] && [ ! -h "$(PKGROOT)$(prefix)/ssl/openssl.cnf" ]; then \
 		ginstall -d "$(PKGROOT)$(sysconfdir)/ssl"; \
 		mv "$(PKGROOT)$(prefix)/ssl/openssl.cnf" $(PKGROOT)$(sysconfdir)/ssl/openssl.cnf.CSW; \
 		ln -sf ../../..$(sysconfdir)/ssl/openssl.cnf $(PKGROOT)$(prefix)/ssl/openssl.cnf; \

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list