~ubuntu-branches/ubuntu/precise/9base/precise

« back to all changes in this revision

Viewing changes to debian/patches/03-9base.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Daniel Baumann <daniel@debian.org>
 
2
Description: Adjust to target directory.
 
3
 
 
4
diff -Naurp 9base.orig/rc/plan9ish.c 9base/rc/plan9ish.c
 
5
--- 9base.orig/rc/plan9ish.c    2009-08-05 08:10:47.000000000 +0000
 
6
+++ 9base/rc/plan9ish.c 2009-08-08 16:09:02.000000000 +0000
 
7
@@ -27,7 +27,7 @@ char *syssigname[]={
 
8
 char*
 
9
 Rcmain(void)
 
10
 {
 
11
-       return unsharp("#9/etc/rcmain");
 
12
+       return unsharp("/usr/lib/9base/etc/rcmain");
 
13
 }
 
14
 
 
15
 char Fdprefix[]="/dev/fd/";