Kaydet (Commit) 81e5601d authored tarafından Your Name's avatar Your Name

libjson-c.so.4 symlink

üst 2cb76b36
......@@ -18,5 +18,9 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
inarytools.dosym("libjson-c.so","/usr/lib32/libjson-c.so.4")
else:
inarytools.dosym("libjson-c.so","/usr/lib/libjson-c.so.4")
inarytools.dodoc("COPYING", "README", "ChangeLog", "AUTHORS", "NEWS")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment