bugTexi2HTML - Bugs: bug #31992, building text2html as a package...

 
 

bug #31992: building text2html as a package requires root privileges

Submitter:  None
Submitted:  Mon 27 Dec 2010 07:44:47 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 27 Dec 2010 07:44:47 PM UTC, original submission:  

We have texi2html as a package in pkgsrc.org. In order to build it without root privileges, the following patch has to be applied:

It would be nice if you incorporated it in your source tree.

--- test/Makefile.in.orig 2010-12-27 18:55:02.000000000 +0000
+++ test/Makefile.in
@@ -705,7 +705,7 @@ all-checks: check long-check
 all-local:
  for dir in $(htmlxref_cnf_tests); do \
  $(mkdir_p) $$dir/.texinfo/ ; \
- ${INSTALL_DATA} $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \
+ cp -p $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \
  done
 
 clean-local:

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code