From f8d0c6a5c60581dae331e5b0186b4389eac96630 Mon Sep 17 00:00:00 2001 From: cantor Date: Sat, 15 Mar 2008 04:39:02 +0000 Subject: [PATCH] Set paths for keygen script git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2782 cb58f699-b61c-0410-a6fe-9272a202ed29 --- postinstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postinstall b/postinstall index 5137447..194fc60 100644 --- a/postinstall +++ b/postinstall @@ -25,6 +25,9 @@ for f in $CONFIGFILES; do fi; done +PATH=$PATH:/usr/local/pkg/openssl-0.9.8g/bin +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pkg/openssl-0.9.8g/lib +export PATH LD_LIBRARY_PATH sh ./keygen.sh -b exit 0 -- 2.1.4