]> git.pld-linux.org Git - packages/beagle.git/blob - beagle-bash.patch
- new sqlite3 support seems broken, back to old one
[packages/beagle.git] / beagle-bash.patch
1 diff -Nuard beagled/beagled beagled/beagled
2 --- beagled/beagled.in  2004-12-14 14:43:56.208275848 +0100
3 +++ beagled/beagled.in  2004-12-14 14:46:20.897279776 +0100
4 @@ -1,4 +1,4 @@
5 -#!/bin/sh
6 +#!/bin/bash
7  
8  if [ -e ./BeagleDaemon.exe ] && [ -e ./Makefile.am ] ; then
9      echo "Running uninstalled BeagleDaemon.exe."
10 diff -Nuard Best/best Best/best
11 --- Best/best.in        2004-12-14 14:43:56.232272200 +0100
12 +++ Best/best.in        2004-12-14 14:46:31.982594552 +0100
13 @@ -1,4 +1,4 @@
14 -#!/bin/sh
15 +#!/bin/bash
16  
17  
18  MOZILLA_HOME=/usr/lib
19 diff -Nuard tools/wrapper tools/wrapper
20 --- tools/wrapper.in    2004-12-14 14:43:56.231272352 +0100
21 +++ tools/wrapper.in    2004-12-14 14:45:50.488902552 +0100
22 @@ -1,3 +1,3 @@
23 -#!/bin/sh
24 +#!/bin/bash
25  
26  dbus-send --session --dest=com.novell.Beagle --print-reply /com/novell/Beagle/RemoteControl com.novell.Beagle.RemoteControl.GetVersion
This page took 0.059182 seconds and 3 git commands to generate.