summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/scripts/proflibs-install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh
index ce410e3..fa67ec7 100755
--- a/release/scripts/proflibs-install.sh
+++ b/release/scripts/proflibs-install.sh
@@ -5,4 +5,9 @@ if [ "`id -u`" != "0" ]; then
exit 1
fi
cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
+cd ${DESTDIR:-/}usr/lib
+if [ -f libdescrypt_p.a ]
+then
+ ln -f -s libdescrypt_p.a libcrypt_p.a
+fi
exit 0
OpenPOWER on IntegriCloud