common Makefile.common,1.91,1.92

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Mar 28 20:16:19 UTC 2008


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16235

Modified Files:
	Makefile.common 
Log Message:
Revert previous patch, not fully ready.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- Makefile.common	28 Mar 2008 20:14:56 -0000	1.91
+++ Makefile.common	28 Mar 2008 20:15:48 -0000	1.92
@@ -197,7 +197,6 @@
 		break ; \
 	    fi ; \
 	done 
-	@if [ ! -x "$(CLIENT)" ] ; then echo "Please install curl or wget" ; exit 1 ; fi
 	@if [ ! -e "$@" ] ; then $(CLIENT) $(REPOSITORY)/$(NAME)/$@/$(get_sources_md5)/$@  ; fi
 	@if [ ! -e "$@" ] ; then echo "Could not download source file: $@ does not exist" ; exit 1 ; fi
 	@if test "$$(md5sum $@ | awk '{print $$1}')" != "$(get_sources_md5)" ; then \




More information about the fedora-extras-commits mailing list