[yum-cvs] yum Makefile,1.14,1.15
Seth Vidal
skvidal at linux.duke.edu
Wed Jul 12 04:31:07 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv28196
Modified Files:
Makefile
Log Message:
fix archive make
Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile 27 Jun 2006 20:53:30 -0000 1.14
+++ Makefile 12 Jul 2006 04:31:05 -0000 1.15
@@ -32,7 +32,7 @@
for d in $(SUBDIRS); do make PYTHON=$(PYTHON) DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
- archive: remove_spec = ${PKGNAME}-daily.spec
+archive: remove_spec = ${PKGNAME}-daily.spec
archive: _archive
daily: remove_spec = ${PKGNAME}.spec
More information about the Yum-cvs-commits
mailing list