~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to debian/patches/0003-02-shebang.patch.patch

  • Committer: Package Import Robot
  • Author(s): Gergely Nagy
  • Date: 2011-12-15 14:15:57 UTC
  • Revision ID: package-import@ubuntu.com-20111215141557-qulwnrr1yo8mvwv2
Tags: 1:6-5
* New maintainer (Closes: #647092).
* Include 'strings' in the long description (Closes: #622177).
* Remove empty manual pages: better no manpages than an empty one.
* Fix the troff macros to look for include files at the right location.
* Update README.Debian, to show how to display the plan9 man pages properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Kai Hendry <hendry@iki.fi>
 
2
Date: Thu, 15 Dec 2011 13:09:19 +0100
 
3
Subject: 02-shebang.patch
 
4
 
 
5
---
 
6
 troff/font/devutf/mkMAP |    2 +-
 
7
 troff/tmac/sendcover    |    2 +-
 
8
 2 files changed, 2 insertions(+), 2 deletions(-)
 
9
 
 
10
diff --git a/troff/font/devutf/mkMAP b/troff/font/devutf/mkMAP
 
11
index d7f0d5d..30d0246 100644
 
12
--- a/troff/font/devutf/mkMAP
 
13
+++ b/troff/font/devutf/mkMAP
 
14
@@ -1,4 +1,4 @@
 
15
-#!/bin/rc
 
16
+#!/usr/lib/plan9/bin/rc
 
17
 grep ' ' $* | awk '
 
18
 $2 != "\"" {last = $4}
 
19
 {printf("\t%s\t%s\n", $1, last)}
 
20
diff --git a/troff/tmac/sendcover b/troff/tmac/sendcover
 
21
index bb17c13..80de77c 100644
 
22
--- a/troff/tmac/sendcover
 
23
+++ b/troff/tmac/sendcover
 
24
@@ -1,4 +1,4 @@
 
25
-#!/bin/rc
 
26
+#!/usr/lib/plan9/bin/rc
 
27
 T=/tmp/cs$pid
 
28
 cstrans $T $1
 
29
 rc $T
 
30
--