common Makefile.common,1.93,1.94

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Apr 22 15:45:23 UTC 2008


Author: notting

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

Modified Files:
	Makefile.common 
Log Message:
don't fall back to rpm, that will never work (#441392)



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- Makefile.common	14 Apr 2008 16:24:07 -0000	1.93
+++ Makefile.common	22 Apr 2008 15:44:53 -0000	1.94
@@ -142,7 +142,7 @@
 # .cvspkgsrc also, to use a default rpm setup
 # the rpm build command line
 ifndef RPM
-RPM := $(shell if test -f /usr/bin/rpmbuild ; then echo rpmbuild ; else echo rpm ; fi)
+RPM := rpmbuild
 endif
 ifndef RPM_WITH_DIRS
 RPM_WITH_DIRS = $(RPM) $(RPM_DEFINES)




More information about the fedora-extras-commits mailing list