diff options
-rw-r--r-- | debian/patches/010-dont_update_standard_packages.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/010-dont_update_standard_packages.patch b/debian/patches/010-dont_update_standard_packages.patch deleted file mode 100644 index 94d6f3e28..000000000 --- a/debian/patches/010-dont_update_standard_packages.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/cmd/goinstall/main.go -+++ b/src/cmd/goinstall/main.go -@@ -169,8 +169,8 @@ func install(pkg, parent string) { - dir = pkg - local = true - } else if isStandardPath(pkg) { -- dir = filepath.Join(root, filepath.FromSlash(pkg)) -- local = true -+ visit[pkg] = done -+ return - } else { - proot = findPkgroot(pkg) - err := download(pkg, proot.srcDir()) diff --git a/debian/patches/series b/debian/patches/series index f87072eb7..11d541638 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,3 @@ 007-use_native_dynamic_linker_on_kfreebsd.patch 008-emacs-mode-key-literal-indent.patch 009-goinstall_can_install_to_GOPATH.patch -010-dont_update_standard_packages.patch |