devel/common Makefile.common,1.36,1.37

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Sun Oct 15 22:00:32 UTC 2006


Author: katzj

Update of /cvs/extras/devel/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31585

Modified Files:
	Makefile.common 
Log Message:
make plague-client check the path (otrs#227)


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/devel/common/Makefile.common,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- Makefile.common	12 Jun 2006 15:59:26 -0000	1.36
+++ Makefile.common	15 Oct 2006 22:00:32 -0000	1.37
@@ -88,7 +88,7 @@
 CURL	?= $(shell if test -f /usr/bin/curl ; then echo "curl -H Pragma: -O -R -S --fail --show-error" ; fi)
 WGET	?= $(shell if test -f /usr/bin/wget ; then echo "wget -nd -m" ; fi)
 CLIENT	?= $(if $(CURL),$(CURL),$(if $(WGET),$(WGET)))
-PLAGUE_CLIENT ?= /usr/bin/plague-client
+PLAGUE_CLIENT ?= $(which plague-client)
 
 # RPM with all the overrides in place; you can override this in your
 # .cvsextrasrc also, to use a default rpm setup




More information about the fedora-extras-commits mailing list