zstd
This commit is contained in:
@@ -19,7 +19,8 @@ def check():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||||
pisitools.dobin("zstdmt")
|
autotools.rawInstall("-C contrib/pzstd PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||||
pisitools.dobin("contrib/pzstd/pzstd")
|
#pisitools.dobin("zstdmt")
|
||||||
|
#pisitools.dobin("contrib/pzstd/pzstd")
|
||||||
|
|
||||||
pisitools.dodoc("CONTRIBUTING*", "CHANGELOG*", "COPYING", "LICENSE", "README*")
|
pisitools.dodoc("CONTRIBUTING*", "CHANGELOG*", "COPYING", "LICENSE", "README*")
|
||||||
|
|||||||
Reference in New Issue
Block a user