~ubuntu-branches/ubuntu/feisty/installwatch/feisty

« back to all changes in this revision

Viewing changes to debian/patches/01_prefix_shebang.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2006-07-10 08:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20060710085953-znlwlc4i56ndjm89
Tags: 0.7.0beta4-2

* QA Upload
* Use dpatch for:
   + fixing shebang as installwatch uses bashism (Closes: #377214)
   + setting #PREFIX#

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
@DPATCH@
 
3
--- installwatch        2005-08-11 00:40:01.000000000 +0200
 
4
+++ installwatch-0.7.0beta4/installwatch        2006-07-10 09:05:51.000000000 +0200
 
5
@@ -1,9 +1,9 @@
 
6
-#!/bin/sh
 
7
+#!/bin/bash
 
8
 #$Id: installwatch,v 0.7.0.4 2005/06/17 21:54:40 izto Exp $
 
9
 
 
10
 #set -x
 
11
 
 
12
-PREFIX=#PREFIX#
 
13
+PREFIX=/usr/
 
14
 
 
15
 HACK="PREFIX"
 
16
 HACK="#$HACK#";