Title: [opsview-base] [209] cd $nagios first
Revision
209
Author
aburzynski
Date
2013-02-05 10:03:33 +0000 (Tue, 05 Feb 2013)

Log Message

cd $nagios first

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2013-02-05 09:36:28 UTC (rev 208)
+++ trunk/Makefile	2013-02-05 10:03:33 UTC (rev 209)
@@ -567,7 +567,7 @@
 	fi
 	# patch io broker to use select
 	if [ $(KERNEL_NAME) = SunOS ] ; then \
-		patch -p1 < ../patches/nagios_solaris_uses_select.patch ; \
+		cd ${NAGIOS} && patch -p1 < ../patches/nagios_solaris_uses_select.patch ; \
 	fi
 	# The following two should be fixed after 4.0.20130107
 	cd ${NAGIOS} && patch -p1 < ../patches/nagios_cgis_read_object_cache_location.patch

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to