~ubuntu-branches/ubuntu/precise/nodejs/precise

« back to all changes in this revision

Viewing changes to debian/patches/install-man-nodejs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jérémy Lal
  • Date: 2010-08-20 11:49:04 UTC
  • mfrom: (7.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100820114904-lz22w6fkth7yh179
Tags: 0.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
--- a/wscript
10
10
+++ b/wscript
11
 
@@ -405,8 +405,8 @@
 
11
@@ -559,8 +559,8 @@
12
12
 
13
 
   # Only install the man page if it exists. 
 
13
   # Only install the man page if it exists.
14
14
   # Do 'make doc install' to build and install it.
15
15
-  if os.path.exists('doc/node.1'):
16
16
-    bld.install_files('${PREFIX}/share/man/man1/', 'doc/node.1')
18
18
+    bld.install_files('${PREFIX}/share/man/man1/', 'doc/nodejs.1')
19
19
 
20
20
   bld.install_files('${PREFIX}/bin/', 'bin/*', chmod=0755)
21
 
 
 
21
   bld.install_files('${PREFIX}/share/nodejs/wafadmin', 'tools/wafadmin/*.py')