Searched refs:binary (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/macosx/
H A Dosx-app.sh72 \033[1m-b,--binary\033[0m
73 specify the path to Inkscape's binary. By default it is in
103 -b|--binary)
104 binary="$2"
127 if [ "x$binary" == "x" ]; then
128 echo "Inkscape binary path not specified." >&2
132 if [ ! -x "$binary" ]; then
133 echo "Inkscape executable not not found at $binary." >&2
171 if [ "x$(otool -L "$binary" | grep "libgtk-quartz")" != "x" ]; then
408 binary_name=`basename "$binary"`
[all...]

Completed in 33 milliseconds