fix tool name

This commit is contained in:
2023-11-02 10:34:40 +01:00
parent 21058a4f97
commit ef8a98c81f

View File

@@ -46,7 +46,7 @@ for D in $DIST; do
GOOS=${os} GOARCH=${arch} go build -tags osusergo,netgo -ldflags "-extldflags=-static" -o ${binfile}
mkdir -p ${tardir}
cp ${binfile} README.md LICENSE ${tardir}/
echo 'tool = tablizer
echo 'tool = rpn
PREFIX = /usr/local
UID = root
GID = 0