File: generic-x-www-browser.patch

package info (click to toggle)
foobillardplus 3.43~svn170%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 86,620 kB
  • ctags: 2,010
  • sloc: ansic: 125,581; makefile: 268; xml: 32; sh: 1
file content (23 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Markus Koschany <apo@debian.org>
Date: Sat, 26 Jan 2013 16:49:12 +0100
Subject: generic x-www-browser

Use generic x-www-browser variable.

Forwarded: not-needed

---
 data/browser.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/browser.sh b/data/browser.sh
index 60d5c36..c0a1130 100755
--- a/data/browser.sh
+++ b/data/browser.sh
@@ -10,4 +10,4 @@
 # browser for use in foobillard++
 # Please change only the call to the browser and leave $1 untouched
 # It is filled from inside the program 
-firefox $1
\ No newline at end of file
+x-www-browser $1