| 86 |
rm -rf ${THISDIR}/target |
rm -rf ${THISDIR}/target |
| 87 |
mkdir ${THISDIR}/target |
mkdir ${THISDIR}/target |
| 88 |
mkdir ${THISDIR}/target/macros |
mkdir ${THISDIR}/target/macros |
|
unset PAM_CCO |
|
|
export PAM_CCO=1 |
|
|
unset PAM_MACROS |
|
|
export PAM_MACROS=${THISDIR}/target/macros |
|
| 89 |
unset PAM_YODA |
unset PAM_YODA |
| 90 |
export PAM_YODA=$INDIR |
export PAM_YODA=$INDIR |
| 91 |
if [ $YODA ]; then |
if [ $YODA ]; then |
| 113 |
if [ ! -d $INDIR/doc/ ]; then |
if [ ! -d $INDIR/doc/ ]; then |
| 114 |
mkdir $INDIR/doc/ |
mkdir $INDIR/doc/ |
| 115 |
fi |
fi |
|
unset PAM_DOC |
|
|
export PAM_DOC=$INDIR/doc/ |
|
| 116 |
fi |
fi |
| 117 |
fi; |
fi; |
| 118 |
else |
else |