[Making a formula for nirui/sshwifty] fatal: not a git repository #4976
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Empty install just means it didn't install anything at the end of the build |
Beta Was this translation helpful? Give feedback.
-
You just need to move the binary into bin.install "sshwifty" The inreplace "package.json", "application.version=$(git describe --always --dirty='*' --tag)", "application.version=#{version}" |
Beta Was this translation helpful? Give feedback.
-
الاختراق |
Beta Was this translation helpful? Give feedback.
You just need to move the binary into
bin/
:The
fatal: not a git repository
is fromnpm run build
assuming it's in a git dir. you can updateurl
to use a git clone or patch it out: