[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[Patch] Typo in Makefile.common scratch-build-% target



Hiyas,

I noticed that there is a typo in the scratch-build-% target in 
Makefile.common, which breaks the target. The attached patch fixes this.

Regards,
Till
cvs diff: Diffing .
Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.84
diff -u -r1.84 Makefile.common
--- Makefile.common     24 Nov 2007 17:36:24 -0000      1.84
+++ Makefile.common     4 Dec 2007 20:40:03 -0000
@@ -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

Attachment: signature.asc
Description: This is a digitally signed message part.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]