Fix the pe bep to install documentation.

(Although it seems web+ doesn't handle the message from the app properly and just opens a blank page)
This commit is contained in:
Chris Roberts
2011-07-11 19:03:27 +00:00
parent 81bba8b879
commit f726af2696

View File

@@ -11,16 +11,14 @@ BUILD {
} }
INSTALL { INSTALL {
cd pe-2.4.3-600/generated cd pe-2.4.3-600
if [ -d distro ];then
mv -f distro Pe
fi
mkdir -p ${DESTDIR}/boot/apps mkdir -p ${DESTDIR}/boot/apps
cp -a Pe ${DESTDIR}/boot/apps cp -a generated/distro ${DESTDIR}/boot/apps/Pe
rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription cp -a doc ${DESTDIR}/boot/apps/Pe/Documentation
if [ -z ${DESTDIR} ];then rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription
find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf if [ -z "${DESTDIR}" ];then
fi find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf
fi
} }
LICENSE="BSD (4-clause) LICENSE="BSD (4-clause)
MIT" MIT"