Fork osext and support Solaris

This commit is contained in:
Jakob Borg
2014-09-28 23:10:43 +02:00
parent 174befe729
commit 8f9b8a8550
11 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import (
"strconv"
"strings"
"bitbucket.org/kardianos/osext"
"github.com/calmh/osext"
)
type Release struct {

View File

@@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build !solaris,!windows,!noupgrade
// +build !windows,!noupgrade
package upgrade

View File

@@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build solaris noupgrade
// +build noupgrade
package upgrade