psrcat: fixed typo/undefined variable problem (#34334)
replaced the reference to the undefined "bindir" variable with prefix.bin
This commit is contained in:
@@ -22,4 +22,4 @@ def build(self, spec, prefix):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
install("psrcat", bindir)
|
install("psrcat", prefix.bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user