~jaromil/freej/master

« back to all changes in this revision

Viewing changes to debian/patches/01-js_scripts_interpreter.dpatch

  • Committer: Jaromil
  • Date: 2008-12-07 00:58:17 UTC
  • Revision ID: git-v1:52ccd3503258cd57d5ea027f214bc2b5675a57fc
build system fixes also for debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01-js_scripts_interpreter.dpatch by Luca Bigliardi <shammash@artha.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Fix javascript scripts interpreter path
6
 
 
7
 
@DPATCH@
8
 
diff -urNad freej-0.10~/scripts/pan.js freej-0.10/scripts/pan.js
9
 
--- freej-0.10~/scripts/pan.js  2008-06-12 21:30:03.000000000 +0100
10
 
+++ freej-0.10/scripts/pan.js   2008-06-12 21:31:02.000000000 +0100
11
 
@@ -1,4 +1,3 @@
12
 
-#!/usr/local/bin/freej -j
13
 
 /*  FreeJ example scripts
14
 
  *  (c) Copyright 2005 Christoph Rudorff aka MrGoil <goil@dyne.org>
15
 
  *
16
 
diff -urNad freej-0.10~/scripts/pan_joy.js freej-0.10/scripts/pan_joy.js
17
 
--- freej-0.10~/scripts/pan_joy.js      2008-06-12 21:30:03.000000000 +0100
18
 
+++ freej-0.10/scripts/pan_joy.js       2008-06-12 21:31:07.000000000 +0100
19
 
@@ -1,4 +1,3 @@
20
 
-#!/usr/local/bin/freej -j
21
 
 /*  FreeJ example scripts
22
 
  *  (c) Copyright 2007 Christoph Rudorff aka MrGoil <goil@dyne.org>
23
 
  *