common Makefile.common,1.84,1.85

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue Dec 4 20:56:46 UTC 2007


Author: ausil

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

Modified Files:
	Makefile.common 
Log Message:
fix type on scratch builds



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- Makefile.common	24 Nov 2007 17:36:24 -0000	1.84
+++ Makefile.common	4 Dec 2007 20:56:16 -0000	1.85
@@ -436,7 +436,7 @@
 
 scratch-build-%: build-check
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
-	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch --arch-overwrite=$* $(TARGET) '$(CVS_URL)'
+	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch --arch-override=$* $(TARGET) '$(CVS_URL)'
 
 
 bodhi: build-check $(COMMON_DIR)/branches clog 




More information about the fedora-extras-commits mailing list