aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dist/main.go b/cmd/dist/main.go
index 82247dd9..74821451 100644
--- a/cmd/dist/main.go
+++ b/cmd/dist/main.go
@@ -57,7 +57,7 @@ func main() {
verbose := os.Getenv("VERBOSE") != ""
runTests := os.Getenv("HAKUREI_DIST_MAKE") == ""
version = getenv("HAKUREI_VERSION", strings.TrimSpace(version))
- prefix := getenv("PREFIX", "/usr")
+ prefix := getenv("PREFIX", "/usr/local")
destdir := getenv("DESTDIR", "dist")
if verbose {