mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Include package name in share dir for presets
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
PACKAGE_NAME=${EXECUTABLE_NAME:?}
|
||||
TMP=$(mktemp -d)/$PACKAGE_NAME
|
||||
BINDIR=$TMP/bin
|
||||
SHAREDIR=$TMP/share
|
||||
SHAREDIR=$TMP/share/$PACKAGE_NAME
|
||||
ZIPFILE=$TMP/${EXECUTABLE_NAME:?}.zip
|
||||
INSTALLSH=scripts/install.sh
|
||||
LICENSE=LICENSE
|
||||
|
||||
Reference in New Issue
Block a user