summarylogtreecommitdiffstats
path: root/change-bin-dir.patch
blob: 843baceaab60669feb6256a4e0e24b293db11730 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src.orig/butane/build   2022-07-06 12:51:26.816220251 +0430
+++ src.new/butane/build    2022-07-06 12:52:00.123109775 +0430
@@ -11,7 +11,7 @@
 NAME=butane
 
 if [ -z ${BIN_PATH+a} ]; then
-	BIN_PATH=${PWD}/bin/$(go env GOARCH)
+	BIN_PATH=${PWD}/bin/
 fi
 
 echo "Building $NAME..."