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,14 +11,12 @@ BUILD {
}
INSTALL {
cd pe-2.4.3-600/generated
if [ -d distro ];then
mv -f distro Pe
fi
cd pe-2.4.3-600
mkdir -p ${DESTDIR}/boot/apps
cp -a Pe ${DESTDIR}/boot/apps
cp -a generated/distro ${DESTDIR}/boot/apps/Pe
cp -a doc ${DESTDIR}/boot/apps/Pe/Documentation
rm -f ${DESTDIR}/boot/apps/Pe/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
if [ -z "${DESTDIR}" ];then
find /boot/apps/Pe -type d -name ".svn" | xargs rm -rf
fi
}