mock/docs Makefile,1.1,1.2

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Dec 27 18:30:34 UTC 2005


Author: skvidal

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

Modified Files:
	Makefile 
Log Message:

apply all of Andreas Thienemann's patches.

fixes rm -rf call to rm -rfv and fixes the mock man page in the package
makefile and specfile.



Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/docs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	5 Aug 2005 08:12:44 -0000	1.1
+++ Makefile	27 Dec 2005 18:30:31 -0000	1.2
@@ -5,6 +5,6 @@
 	rm -f *.pyc *.pyo *~
 
 install:
-	mkdir -p $(DESTDIR)/usr/share/man/man{1}
+	mkdir -p $(DESTDIR)/usr/share/man/man1
 	install -m 644 mock.1 $(DESTDIR)/usr/share/man/man1/mock.1
 




More information about the scm-commits mailing list