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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jan 11 12:55:29 CET 2013


Revision: 20084
          http://gar.svn.sourceforge.net/gar/?rev=20084&view=rev
Author:   wahwah
Date:     2013-01-11 11:55:27 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
collectd/trunk: If perllocal.pod doesn't exist, skip over it.

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

Modified: csw/mgar/pkg/collectd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/collectd/trunk/Makefile	2013-01-11 09:47:15 UTC (rev 20083)
+++ csw/mgar/pkg/collectd/trunk/Makefile	2013-01-11 11:55:27 UTC (rev 20084)
@@ -69,7 +69,7 @@
 post-install-modulated:
 	ginstall -m 755 -d $(DESTDIR)/opt/csw/share/man/man3
 	cd $(DESTDIR); gmv -v opt/csw/man/man3/* opt/csw/share/man/man3
-	grm $(DESTDIR)/opt/csw/lib/perl5/sun4-solaris-thread-multi/perllocal.pod
+	grm -f $(DESTDIR)/opt/csw/lib/perl5/sun4-solaris-thread-multi/perllocal.pod
 	rmdir $(DESTDIR)/opt/csw/man/man3
 	ginstall -m 755 -d $(DESTDIR)$(sysconfdir)/init.d
 	ginstall -m 755 $(WORKDIR)/collectd-init-csw $(DESTDIR)$(sysconfdir)/init.d/collectd

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