mock Makefile,1.8.2.4,1.8.2.5

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Sat Oct 21 19:04:04 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2708

Modified Files:
      Tag: mock-0-6-branch
	Makefile 
Log Message:
fixed problem generating tarball


Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/Makefile,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- Makefile	29 Aug 2006 19:55:58 -0000	1.8.2.4
+++ Makefile	21 Oct 2006 19:04:02 -0000	1.8.2.5
@@ -26,8 +26,8 @@
 	mkdir -p $(DESTDIR)/var/lib/mock
 	for d in $(SUBDIRS); do make  DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
 
-archive:
-	@rm -rf ${PKGNAME}-%{VERSION}.tar.gz
+archive: clean
+	@rm -rf ${PKGNAME}-*.tar.gz
 	@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
 	@dir=$$PWD; cd /tmp; cp -a $$dir ${PKGNAME}
 	@rm -rf /tmp/${PKGNAME}/${PKGNAME}-daily.spec /tmp/${PKGNAME}/build /tmp/${PKGNAME}/dist




More information about the scm-commits mailing list