Skip to content

Commit

Permalink
Modifying distro creation for linux. Adding install script
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbaheti committed Dec 12, 2014
1 parent ce37fbb commit 0af5cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func copyGaugeFiles(installPath string) {
}

func addInstallScripts(files map[string]string) map[string]string {
if (getOS() == darwin || getOS() == darwin) && (*distroVersion != "") {
if (getOS() == darwin || getOS() == linux) && (*distroVersion != "") {
files[filepath.Join("build", "install", installShellScript)] = ""
}
return files
Expand Down

0 comments on commit 0af5cd1

Please sign in to comment.