Revision: 18608 http://gar.svn.sourceforge.net/gar/?rev=18608&view=rev Author: j_arndt Date: 2012-07-01 08:40:39 +0000 (Sun, 01 Jul 2012) Log Message: ----------- nagios_plugins/trunk: fixed dependencies
Modified Paths: -------------- csw/mgar/pkg/nagios_plugins/trunk/Makefile Modified: csw/mgar/pkg/nagios_plugins/trunk/Makefile =================================================================== --- csw/mgar/pkg/nagios_plugins/trunk/Makefile 2012-07-01 08:36:25 UTC (rev 18607) +++ csw/mgar/pkg/nagios_plugins/trunk/Makefile 2012-07-01 08:40:39 UTC (rev 18608) @@ -54,7 +54,7 @@ PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWlibintl8 CSWlibpq5 -RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWlibmysqlclient15 CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWlibmysqlclient18 CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWnagios-plugins += CSWlibz1 CSWperl CSWliblber2-4-2 CSWlibldap2-4-2 BUILD_DEP_PKGS_CSWnagios-plugins += CSWmysql-dev @@ -75,7 +75,7 @@ @ginstall -m 755 -d $(DOCDEST) @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) @ginstall -m 755 -d $(PLUGINDEST) - @$(foreach PLUGIN,$(ROOT_PLUGINS),ginstall -m 744 $(WORKSRC)/plugins-root/$(PLUGIN) $(PLUGINDEST);) + @$(foreach PLUGIN,$(ROOT_PLUGINS),ginstall -m 4755 $(WORKSRC)/plugins-root/$(PLUGIN) $(PLUGINDEST);) @tar cf $(WORKSRC)/contrib.tar $(WORKSRC)/contrib/ @ginstall -m 755 -d $(DOCDEST) @ginstall -m 644 $(WORKSRC)/contrib.tar $(DOCDEST) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel