summaryrefslogtreecommitdiffstats
path: root/www/ocaml-net/pkg-install
blob: b552ac043ee0f4a7aa418465f11458714ddce177 (plain)
1
2
3
4
5
#!/bin/sh

if ! grep "${PKG_PREFIX}/lib/ocaml/site-lib/netstring" ${PKG_PREFIX}/lib/ocaml/ld.conf >/dev/null 2>&1; then
  echo "${PKG_PREFIX}/lib/ocaml/site-lib/netstring" >> ${PKG_PREFIX}/lib/ocaml/ld.conf
fi
OpenPOWER on IntegriCloud