Updated BeAE .bep to probably build the zip file.

This commit is contained in:
Scott McCreary
2010-03-14 06:28:01 +00:00
parent ed8ae71ef0
commit 5914d485fe

View File

@@ -12,6 +12,14 @@ BUILD {
}
INSTALL {
cd beae-20
make install
cd beae-20
mkdir -p ${DESTDIR}/boot/apps
cp -a BeAE ${DESTDIR}/boot/apps
cp -a build/BeAE ${DESTDIR}/boot/apps/BeAE
mkdir -p ${DESTDIR}/boot/common/data/licenses
cp -a license.txt ${DESTDIR}/boot/common/data/licenses/BeAE
rm -f ${DESTDIR}/boot/apps/BeAE/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
find /boot/apps/BeAE -type d -name ".svn" | xargs rm -rf
fi
}