mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Updated BeAE .bep to probably build the zip file.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user