mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user