rpms/odt2txt/devel odt2txt-makefile.patch,NONE,1.1

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Sep 24 23:06:02 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/odt2txt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7821/devel

Added Files:
	odt2txt-makefile.patch 
Log Message:
Add makefile patch

odt2txt-makefile.patch:

--- NEW FILE odt2txt-makefile.patch ---
--- Makefile.orig	2007-05-21 16:50:37.000000000 -0400
+++ Makefile	2007-09-21 14:39:29.000000000 -0400
@@ -82,7 +82,7 @@
 	$(INSTALL) -d -m755 $(DESTDIR)$(BINDIR)
 	$(INSTALL) $(BIN) $(DESTDIR)$(BINDIR)
 	$(INSTALL) -d -m755 $(DESTDIR)$(MAN1DIR)
-	$(INSTALL) $(MAN) $(DESTDIR)$(MAN1DIR)
+	$(INSTALL) -p -m644 $(MAN) $(DESTDIR)$(MAN1DIR)
 
 odt2txt.html: $(MAN)
 	$(GROFF) -Thtml -man $(MAN) > $@




More information about the fedora-extras-commits mailing list