Your message dated Fri, 20 Jul 2012 15:33:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#682180: live-build: fix build.sh path
has caused the Debian Bug report #682180,
regarding live-build: fix build.sh path
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
682180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682180
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: live-build
Version: 3.0~a53-1
Severity: important
Tags: patch

Hi,

> $ live-build
> /usr/bin/live-build: 26: .: Can't open /usr/share/live/build/scripts/build.sh

 As /usr/bin/live-build, it says

> # Including common functions
> . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

 However, build.sh is in /usr/lib/live/build.sh

> $ dpkg -L live-build|grep build.sh
> /usr/lib/live/build.sh

 Here's a patch for that.

Index: live-build-3.0~a53/bin/live-build
===================================================================
--- live-build-3.0~a53.orig/bin/live-build      2012-07-20 14:00:28.000000000 
+0900
+++ live-build-3.0~a53/bin/live-build   2012-07-20 14:02:23.249747491 +0900
@@ -23,7 +23,7 @@
 set -e
 
 # Including common functions
-. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
+. "${LB_BASE:-/usr/lib/live}"/build.sh
 
 if [ -x "$(which man 2>/dev/null)" ]
 then

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane

--- End Message ---
--- Begin Message ---
Version: 3.0~a54-1

-- 
Address:        Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:          [email protected]
Internet:       http://people.progress-technologies.net/~daniel.baumann/

--- End Message ---

Reply via email to