[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.06.09-2-14-g5976088

Ondřej Surý ondrej at sury.org
Mon Jul 18 09:33:10 UTC 2011


The following commit has been merged in the weekly-debian-sid branch:
commit 2185999a2f889d9aec1a5276d620ac2b3fd3d7cb
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Jun 28 17:01:02 2011 +0200

    Update defaultTree patch

diff --git a/debian/patches/009-goinstall_can_install_to_GOPATH.patch b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
index 0e4d2ac..61ac96d 100644
--- a/debian/patches/009-goinstall_can_install_to_GOPATH.patch
+++ b/debian/patches/009-goinstall_can_install_to_GOPATH.patch
@@ -8,8 +8,8 @@
 +		fmt.Fprintf(os.Stderr, "%s: set $GOPATH to the directory you want packages installed to if you get permission denied error\n", argv0)
 +	}
 +
-+	if runtime.GOROOT() != defaultTree.path {
-+		logfile = filepath.Join(defaultTree.path, "goinstall.log")
++	if runtime.GOROOT() != build.defaultTree.Path {
++		logfile = filepath.Join(build.defaultTree.Path, "goinstall.log")
 +	}
 +
  	// special case - "unsafe" is already installed

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list