Fix unzipped directory name

This commit is contained in:
toshi0383
2018-02-27 09:41:46 +09:00
parent be0e537898
commit 6cd43671d7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export TOOL_NAME = XcodeGen
TOOL_NAME = XcodeGen
export TOOL_NAME_LOWER = xcodegen
export VERSION = 1.6.0
VERSION = 1.6.0
PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME_LOWER)
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
PACKAGE_NAME=${TOOL_NAME:?}-${VERSION:?}
PACKAGE_NAME=${TOOL_NAME_LOWER:?}
TMP=$(mktemp -d)/$PACKAGE_NAME
BINDIR=$TMP/bin
SHAREDIR=$TMP/share