psrcat: fixed typo/undefined variable problem (#34334)

replaced the reference to the undefined "bindir" variable with prefix.bin
This commit is contained in:
downloadico
2022-12-05 15:19:54 -07:00
committed by GitHub
parent ac1c29eac0
commit 37f232e319

View File

@@ -22,4 +22,4 @@ def build(self, spec, prefix):
def install(self, spec, prefix):
mkdirp(prefix.bin)
install("psrcat", bindir)
install("psrcat", prefix.bin)